Releases: consistence/consistence-doctrine-symfony
Releases · consistence/consistence-doctrine-symfony
2.0
Maintenance
BC breaks: Since new language features from PHP 7.1 are used some method signatures have changed. This means that if you were extending/implementing them, you need to update the method signatures to match the new form.
- Remove support for PHP 7.0 since it is no longer supported and adopt PHP 7.1 (#8)
- Remove support for PHP 7.0 since it is no longer supported (#9)
- Support for PHP 7.3 (#10)
- Consistence Doctrine 2.x (#11)
1.3
1.2
1.1
- Configuration for enum fields cache (#5)
- See consistence/consistence-doctrine#7 for details about the cache improvements
- Make sure to use the most appropriate cache for given environment to get the best performance
1.0
- Remove support for PHP 5.6, since it is no longer supported and adopt PHP 7.0 (#3)
- Require Symfony 3 (#4)
BC breaks
Since scalar parameter typehints and return typehints were added, the interface of the affected classes/interfaces has changed. This means that if you were extending/implementing them, you need to update the method signatures to match the new form.