Releases: PHP-DI/PHP-DI
Releases · PHP-DI/PHP-DI
7.1.0
What's Changed
- Add support for native PHP 8.4+ lazy proxies. by @BusterNeece in #917
When running on PHP 8.4 or later, lazy loaded services will now automatically use native PHP lazy objects.
That means you don't need to install the ProxyManager library anymore.
New Contributors
- @BusterNeece made their first contribution in #917
Full Changelog: 7.0.11...7.1.0
7.0.11
7.0.10
What's Changed
- Support PHPUnit 10 & 11 by @williamdes in #908
- Added conditional return on container::get so static analysers understand the return type by @alleknalle in #912
New Contributors
- @alleknalle made their first contribution in #912
Full Changelog: 7.0.9...7.0.10
7.0.9
7.0.8
What's Changed
- Updated readme image to v7 by @PimMeulenkamp in #891
- Fix tests for PHP 8.4 by @zonuexe in #898
- Update PHP-DI to support PHP 8.4 by @andrewnicols in #899
New Contributors
- @PimMeulenkamp made their first contribution in #891
- @zonuexe made their first contribution in #898
- @andrewnicols made their first contribution in #899
Full Changelog: 7.0.7...7.0.8
7.0.7
What's Changed
- style: csfix - replacing FQCN with imported one by @partikus in #872
- ci: github actions - PHP 8.2 & 8.3 pipelines by @partikus in #873
- feat: php-cs-fixer - removing deprecations by @partikus in #874
- Update tests for phpunit 10 compatibility by @williamdes in #870
- Improve CI settings by @takaram in #884
- Fix documention for php definitions by @N-M in #885
- Remove deprecated Composer option by @staudenmeir in #890
- Prepare for PHP 8.4 by @staudenmeir in #889
- Show circular list of depedencies on circular dependancy error message by @bdsl in #886
New Contributors
- @N-M made their first contribution in #885
- @staudenmeir made their first contribution in #890
- @bdsl made their first contribution in #886
Full Changelog: 7.0.6...7.0.7
7.0.6
What's Changed
- Fix wildcard definition global namespace matching any namespace by @Micr0mega in #862
- Update .gitattributes by @williamdes in #863
- Fix write proxies regression by @radar3301 in #868
New Contributors
- @Micr0mega made their first contribution in #862
- @williamdes made their first contribution in #863
- @radar3301 made their first contribution in #868
Full Changelog: 7.0.5...7.0.6
7.0.5
7.0.4
What's Changed
- Fix public readonly property injection by @kocsismate in #860
Full Changelog: 7.0.3...7.0.4
7.0.3
What's Changed
- Fix
useAttributes
missing attribute by @lcharette in #850 - Add note about class import on upgrade guide by @lcharette in #851
- Fix build by @mnapoli in #857
- Fix injection of readonly promoted properties by @apeschar in #856
New Contributors
- @lcharette made their first contribution in #850
- @apeschar made their first contribution in #856
Full Changelog: 7.0.2...7.0.3