Stable Release V4
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.