-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swap out the cron-expression package #240
Swap out the cron-expression package #240
Conversation
Not sure why appveyor's failing. Seems to be an internal issue. |
composer.json
Outdated
@@ -26,9 +26,9 @@ | |||
}, | |||
"require": { | |||
"php": "^7.2", | |||
"dragonmantank/cron-expression": "^2.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you lower minimum required version to 2.0
? Maybe, in the wild, someone can't update this package to 2.3
version for some reason and Crunz
doesn't really need newest version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
AppVeryor's fail is completely unrelated to this PR, i will fix it in other PR, now just ignore it. |
Thanks @mareksuscak |
mtdowling/cron-expression
has been deprecated in favor ofdragonmantank/cron-expression
according to the README. This PR replaces the deprecatedcron-expression
package for a maintained fork.Implementation notes
Seems to be a drop-in replacement.