laminas-zendframework-bridge 0.3.1
Added
- #20 provides an additional autoloader that is prepended to the autoloader
stack. This new autoloader will create class aliases for interfaces, classes,
and traits referenced in type hints and class declarations, ensuring PHP is
able to resolve them correctly during class_alias operations.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.