Releases: CorpusPHP/Di
Releases · CorpusPHP/Di
v2.4.0 - Drop PHP 7.2 and 7.3
What's Changed
Drops support for PHP 7.2 and 7.3
PR's
- Provide psr/container-implementation
- Test in PHP 8.1 by @donatj in #10
- Update corpus/coding-standard requirement from ^0.4 to ^0.6 by @dependabot in #11
- Bump actions/checkout from 2 to 3 by @dependabot in #12
- Test in PHP 8.2 by @donatj in #13
- Update minimum PHP to 7.4 by @donatj in #14
- Add coverage by @donatj in #15
Full Changelog: v2.3.0...v2.4.0
Support for psr/container v2
Implements support for psr/container
v2 while maintaining support for v1
Support for named initial values
- Adds support for named key values when calling
constructFromReflectiveParams
/callFromReflectiveParams
- Drops PHP 7.1 Support
General Code Cleanup
Made use of code formatters and static analyzers to clean up code. No functional changes.
PHP8 Support
Adds official PHP 8 Support. No other major changes.
Composer 2.0 Hotfix
Composer 2.0 changed the behaviour of provides
such that it more correctly no longer downloads the provided package.
Corpus Di was incorrectly marked as providing it. It does not.
2.0 Release!
Fleshes Auto-Population out far more fully.
Initial Release
v1.0.0 README updated