Major version of Yii Definitions package was released. In this version we have raised the minimum version of PHP to 8.0. There are also several improvements and fixes:
- Changed result format of
DefinitionStorage::getBuildStack()
method. - Added support variadic arguments and autowiring in methods of array definitions.
- Array definition validator now validates method names.
- Fixed definition validator for empty strings.