Skip to content

Stable Release V4

Compare
Choose a tag to compare
@Dropelikeit Dropelikeit released this 25 Feb 07:25
· 24 commits to master since this release
6914eac

Note: This update contains Break Changes [BC]!

In this release we have added type safety for class properties. Version >= 4.0 can therefore only be used with PHP 7.4 and higher.

What's new?

  • The Declare-Strict Mode has been added to every file. We want to use type security properly.
  • Added feature tests to ensure that the workflow works and not just the individual class.
  • All Composer packages have been updated. PHPUnit 9 is now in use. PHPStan is now used with the "baseline" feature.
  • Missing ReturnTypes have been added.