Skip to content

Commit bb4cb32

Browse files
committed
replace: "mtdowling/cron-expression" with "dragonmantank/cron-expression"
1 parent d2756b6 commit bb4cb32

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Jobby can handle logging, locking, error emails and more.
1313

1414
- Maintain one master crontab job.
1515
- Jobs run via PHP, so you can run them under any programmatic conditions.
16-
- Use ordinary crontab schedule syntax (powered by the excellent [`cron-expression`](<https://github.com/mtdowling/cron-expression>)).
16+
- Use ordinary crontab schedule syntax (powered by the excellent [`cron-expression`](<https://github.com/dragonmantank/cron-expression>)).
1717
- Run only one copy of a job at a given time.
1818
- Send email whenever a job exits with an error status.
1919
- Run job as another user, if crontab user has `sudo` privileges.

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
],
1717
"require": {
1818
"php": ">=5.6",
19-
"mtdowling/cron-expression": "^1.0",
20-
"swiftmailer/swiftmailer": "^5.4|^6.0",
19+
"dragonmantank/cron-expression": "^3.0",
2120
"jeremeamia/superclosure": "^2.2",
21+
"swiftmailer/swiftmailer": "^5.4|^6.0",
2222
"symfony/process": "^2.7|^3.0|^4.0|^5.0"
2323
},
2424
"require-dev": {
@@ -34,5 +34,8 @@
3434
"psr-4": {
3535
"Jobby\\Tests\\": "tests"
3636
}
37+
},
38+
"config": {
39+
"sort-packages": true
3740
}
3841
}

0 commit comments

Comments
 (0)