Skip to content
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

Merged
merged 2 commits into from
Aug 10, 2019

Conversation

mareksuscak
Copy link
Contributor

@mareksuscak mareksuscak commented Aug 7, 2019

Q A
Fixed tickets #239

mtdowling/cron-expression has been deprecated in favor of dragonmantank/cron-expression according to the README. This PR replaces the deprecated cron-expression package for a maintained fork.

Implementation notes

Seems to be a drop-in replacement.

@mareksuscak mareksuscak changed the title WIP: Swap out the cron-expression package Swap out the cron-expression package Aug 7, 2019
@mareksuscak
Copy link
Contributor Author

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",
Copy link
Collaborator

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@PabloKowalczyk
Copy link
Collaborator

AppVeryor's fail is completely unrelated to this PR, i will fix it in other PR, now just ignore it.

@PabloKowalczyk PabloKowalczyk added this to the v2.1 milestone Aug 10, 2019
composer.json Outdated Show resolved Hide resolved
@PabloKowalczyk PabloKowalczyk merged commit b2cdefe into lavary:master Aug 10, 2019
@PabloKowalczyk
Copy link
Collaborator

Thanks @mareksuscak

@mareksuscak mareksuscak deleted the maintained-cron-expression branch August 19, 2019 09:31
@PabloKowalczyk PabloKowalczyk mentioned this pull request Feb 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants