Skip to content

v3.0-alpha: Merge pull request #132 from roelvanduijnhoven/feature/phpcs

Pre-release
Pre-release
Compare
Choose a tag to compare
@roelvanduijnhoven roelvanduijnhoven released this 30 Jan 11:45
· 92 commits to master since this release
ab42007

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.