Skip to content

laminas-zendframework-bridge 0.3.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 25 Apr 21:26
· 406 commits to 1.9.x since this release

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.