Yii Dependency Injection 1.3

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 of ContainerConfig::withStrictMode() and ContainerConfig::withValidate() methods;
  • raised minimum PHP version to ^8.1 and refactored code.