Skip to content

Releases: CorpusPHP/Di

v2.4.0 - Drop PHP 7.2 and 7.3

19 Sep 20:58
aca279a
Compare
Choose a tag to compare

What's Changed

Drops support for PHP 7.2 and 7.3

PR's

Full Changelog: v2.3.0...v2.4.0

Support for psr/container v2

31 Aug 23:43
dbc6306
Compare
Choose a tag to compare

Implements support for psr/container v2 while maintaining support for v1

Support for named initial values

26 Mar 23:19
e564a83
Compare
Choose a tag to compare
  • Adds support for named key values when calling constructFromReflectiveParams / callFromReflectiveParams
  • Drops PHP 7.1 Support

General Code Cleanup

21 Dec 23:32
6d6a319
Compare
Choose a tag to compare

Made use of code formatters and static analyzers to clean up code. No functional changes.

PHP8 Support

02 Dec 22:55
871a91d
Compare
Choose a tag to compare

Adds official PHP 8 Support. No other major changes.

Composer 2.0 Hotfix

02 Dec 22:19
f1d00fa
Compare
Choose a tag to compare

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!

18 Sep 19:23
c98a39f
Compare
Choose a tag to compare

Fleshes Auto-Population out far more fully.

Initial Release

12 May 15:10
Compare
Choose a tag to compare
v1.0.0

README updated