This repository has been archived by the owner on Feb 19, 2025. It is now read-only.
3.1.0
This release fixes compatibility with PHP 7.4.0 by allowing typed properties that have a default value
to be ignored.
The minimum supported PHP version is now 7.4.0.
Total issues resolved: 12
- 84: Bump coding standard dependencies thanks to @carusogabriel
- 92: Update roave/backward-compatibility-check requirement from ^2.1.0 to ^4.0.0 thanks to @dependabot-preview[bot]
- 95: Update nikic/php-parser requirement from ^4.2.1 to ^4.2.3 thanks to @dependabot-preview[bot]
- 96: Update phpunit/phpunit requirement from ^8.0.4 to ^8.3.4 thanks to @dependabot-preview[bot]
- 97: Update zendframework/zend-filter requirement from ^2.9.1 to ^2.9.2 thanks to @dependabot-preview[bot]
- 98: Update phpbench/phpbench requirement from ^0.16.1 to ^0.16.10 thanks to @dependabot-preview[bot]
- 104: Add getHydrator method to the HydratorFactory thanks to @fcoedno
- 113: Small fixes of CS and .gitignore thanks to @VolCh
- 115: Update squizlabs/php_codesniffer requirement from ^3.4.2 to ^3.5.3 thanks to @dependabot-preview[bot]
- 117: Update phpunit/phpunit requirement from ^8.3.4 to ^8.5.1 thanks to @dependabot-preview[bot]
- 118: With PHP 7.4, the hydrator breaks with required typed property thanks to @pounard
- 119: issue #118 - optional typed php 7.4 properties are raising engine errors thanks to @pounard