eyewitness / cron-expression
CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
Requires
- php: >=7.0.0
Requires (Dev)
- phpunit/phpunit: ~6.4
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This is a fork of the https://github.com/dragonmantank/cron-expression package.
The intention of this fork is to keep the same functionality as upstream, except operate under a different namespace and package name.
The reason is due to composer and namespace problems between v2 and v1 of this package, which are causing conflict issues for some Laravel users. A detailed description of the problem can be found here: https://github.com/dragonmantank/cron-expression/issues/9
This package is only intended to be used for people who run into the ambigous namespace issue, or use one of our other packages.