3.0.1 - Fix bad PHP version in composer.json
(>= 7.1 instead of 7.2)
composer require
on a PHP 7.1
3.0.0 - Symfony 5 Support
This bundle now support Symfony 5 thanks to @spajxo and @pwbdod
Bundle now require PHP >= 7.2
Changes :
- Removed Doctrines deprecated merge() (@balabis)
- Replace abandonned package
mtdowling/cron-expression
withdragonmantank/cron-expression
and fix test (@phansys) - Standardize
\DateTimeInterface::ATOM
as date format in command outputs (@phansys) - Add php_cs ruleset.
- Some dev dependencies update (fixture, phpunit...)