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.
- Catch exceptions from
Composer::satisfies
potentially thrown duringdiscoveries()
method calls, by @aidan-casey in #7. - Bump minimum supported PHP version to 8.2
- Address mismatch in classname for cache discovery by @reyostallenberg in #6
- Bump minimum supported PHP version to 8.1
- Add support for UploadedFileFactoryInterface and UriFactoryInterface by @flavioheleno in #4
- Catch OutOfBoundsException thrown by
composer/semver
when no matching version is found.
- Add
composer/semver
as production dependency.
- First release.