0.4.0
💥 Breaking changes
- minimum PHP version is now 8.0
- namespace
Brick\Di
is nowBrick\DI
DependencyInjectionException
has been renamed toDIException
Inject
is now an attribute, not a Doctrine annotation anymoreInject
has been moved toBrick\DI\Inject
Container
now defaults to using attributesValueResolver::getParameter|PropertyValue()
now have amixed
return type
✨ New features
- Support for typed properties
- Support for union types