Skip to content

3.0.1

Latest
Compare
Choose a tag to compare
@j-guyon j-guyon released this 01 Jul 14:36

3.0.1 - Fix bad PHP version in composer.json (>= 7.1 instead of 7.2)

⚠️ v3.0.0 has been "almost" instantly removed from packagist to avoid bad installation with a 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 with dragonmantank/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...)