mtdowling / cron-expression

CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
http://mtdowling.com/blog/2012/06/03/cron-expressions-in-php/
MIT License
4.9k stars 336 forks source link

Fixed incorrect version constraint #146

Closed GrahamCampbell closed 7 years ago

GrahamCampbell commented 7 years ago

5.7.0 was the first version to ship with the BC layer (in it's current form that is), so it's incorrect to allow the installation of older versions.

GrahamCampbell commented 7 years ago

Ping. :)

dragonmantank commented 7 years ago

Thanks!