Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

48 lines (25 loc) · 1.33 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.0] - 2024-12-05

Changes

  • Catch exceptions from Composer::satisfies potentially thrown during discoveries() method calls, by @aidan-casey in #7.
  • Bump minimum supported PHP version to 8.2

[1.1.2] - 2024-08-09

Fixes

[1.1.1] - 2024-03-04

Changes

  • Bump minimum supported PHP version to 8.1

[1.1.0] - 2024-03-04

Changes

  • Add support for UploadedFileFactoryInterface and UriFactoryInterface by @flavioheleno in #4

[1.0.2] - 2023-03-27

Fixes

  • Catch OutOfBoundsException thrown by composer/semver when no matching version is found.

[1.0.1] - 2023-03-27

Changes

  • Add composer/semver as production dependency.

[1.0.0] - 2023-03-27

Added

  • First release.