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 335 forks source link

Can you release a 1.2.1 tag? #162

Closed patrickcurl closed 6 years ago

patrickcurl commented 6 years ago

I'm using laravel, and need the timezone functionality.. it's not currently in the 1.2 branch.. and laravel only uses ~1.0 in composer.json... a new tag should I think resolve that... and let me use the master branch..

- laravel/framework v5.3.31 requires mtdowling/cron-expression ~1.0 -> satisfiable by mtdowling/cron-expression[v1.0.0, v1.0.1, v1.0.2, v1.0.3, v1.0.4, v1.1.0, v1.2.0] but these conflict with your requirements or minimum-stability.

dragonmantank commented 6 years ago

master has backwards compatibility breaking changes with 1.x due to fixing how stepping through ranges work. I'll be working with Laravel to have their next release move to the 2.x branch.

2.x has been released over at https://github.com/dragonmantank/cron-expression with the latest fixes (more info available at http://ctankersley.com/2017/10/12/cron-expression-update/)