2.8.0
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
::classreferences from the generated container - Various optimizations via using
array_key_exists()instead ofisset()(further reading)