Skip to content

v3.0: Merge pull request #134 from roelvanduijnhoven/feature/mezzio

Compare
Choose a tag to compare
@roelvanduijnhoven roelvanduijnhoven released this 03 Feb 14:07
· 89 commits to master since this release
3970a7a

This new major release features:

  • We now target Laminas instead of Zend Framework.
  • We now target PHP 7.2 and above.
  • Types were introduced. These types are identical to the DocTypes that were present before. However note that the new types could be too strict or wrong. Please raise an issue if that is the case.
  • Repository moved to JouwWeb organization.

Deprecation:

  • PHP 7.1 and below are no longer working. Use the 2.x branch for this.
  • Zend Framework is no longer supported. Use the 2.x branch for this.
  • Types were introduced to almost all methods. These types are identical to the PHPDocs, so it should not break your code in theory. However there is a possibility that you did pass other stuff to those methods.

This first release is an alpha build.