Skip to content

5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jan 22:15
· 86 commits to 6.2.x since this release
5.0.0
7a732ee

Release Notes for 5.0.0

Backwards incompatible release (major)

Changed

  • Internally, properties are now typed wherever possible. This can be breaking if you are extending classes.
  • Module class, ConfigProvider, option classes and factories are now marked as final.
  • DoctrineModule is now required in Version ^5.0 (see release notes for breaking changes).
  • DoctrineModule ^5.0 comes with laminas-cache ^3.1 and laminas-form ^3.0

Removed

  • Integration with laminas-console and laminas-mvc-concole is removed, as these packages are discontinued. Please use ./vendor/bin/doctrine-module instead of php public/index.php to access CLI.
  • Support for PHP 7.3 was removed.

5.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 7
  • Total contributors: 1

BC Break

BC Break,Enhacement

Enhacement