Version 1.3 of Yii Dependency Injection container is released.
- added shortcut
TagReference::to()
for tag reference; - improved usage
NotFoundException
for cases with definitions; - minor refactoring has been performed to improve performance of container;
- added default value
true
for parameter ofContainerConfig::withStrictMode()
andContainerConfig::withValidate()
methods; - raised minimum PHP version to
^8.1
and refactored code.