| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 7.1.0 source code.tar.gz | 2025-08-15 | 43.5 kB | |
| 7.1.0 source code.zip | 2025-08-15 | 77.4 kB | |
| README.md | 2025-08-15 | 504 Bytes | |
| Totals: 3 Items | 121.4 kB | 0 | |
What's Changed
- Add support for native PHP 8.4+ lazy proxies. by @BusterNeece in https://github.com/PHP-DI/PHP-DI/pull/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 https://github.com/PHP-DI/PHP-DI/pull/917
Full Changelog: https://github.com/PHP-DI/PHP-DI/compare/7.0.11...7.1.0