Skip to content

2.8.0

Compare
Choose a tag to compare
@kocsismate kocsismate released this 04 Sep 20:13
· 133 commits to master since this release
2.8.0
11b7f82

ADDED:

  • Support for preloading for PHP 7.4+
  • Support for property injection based on property type declarations
  • Support for setting the memory limit

CHANGED:

  • Increased minimum PHP version requirement to 7.4 as property type declarations were added
  • Updated dev dependencies
  • Removed unnecessary ::class references from the generated container
  • Various optimizations via using array_key_exists() instead of isset() (further reading)