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