PHP-DI v7.0.0-beta2 Release Notes

Release Date: 2020-10-05 // over 3 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.