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

Compatibility with PHP 5.6 #142

Closed BassemN closed 7 years ago

BassemN commented 7 years ago

Hello,

Is there any chance to make this great library compatible with PHP 5.6?

Thanks

dragonmantank commented 7 years ago

Hello!

Version 1.2.0 will be the last release supporting PHP 5.x. This was released a few weeks ago to address a few issues. If you are using dev-master in your composer.json file I would recommend moving to one of the released tags.

Going forward, the library will begin to support the PHP 7.x releases. PHP 5.6 was the last release for 5.x and has since moved into "Security Only" mode. There are also a lot of new features in PHP 7.x that we will be able to take advantage of.

BassemN commented 7 years ago

Thanks for your time :+1: