PHP-DI v7.0.0-beta2 Release Notes
Release Date: 2020-10-05 // over 4 years ago-
๐ Beta release of future PHP-DI 7.0.
Not ready for production , please test it out.
- ๐ support PHP 7.4 and up (yes, this is important for what's below)
- ๐ #738 support PHP 8 attributes for injections: welcome
#[Inject]
to replace@Inject
! - โฌ๏ธ drop support for
@Inject
used with phpdoc annotations -> only native PHP types are supported now
๐ฆ That makes PHP-DI simpler, faster and lighter (no need for the PhpDocReader package) - typed everything that can be typed
Previous changes from v6.2.4
-
๐ #739 Suppress
tempnam
notice to support streams.