Skip to content

Commit

Permalink
Don't hold back cron-expression and slugify
Browse files Browse the repository at this point in the history
  • Loading branch information
violuke authored Jan 23, 2020
1 parent 46af6b2 commit c18c0a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"php": "^5.6 || ^7.0",
"psr/simple-cache": "^1.0",
"psr/log": "^1.0",
"mtdowling/cron-expression": "^1.2",
"malkusch/lock": "^1.0",
"cocur/slugify": ">=2.5 <4.0",
"dragonmantank/cron-expression": "^2.0.0",
"malkusch/lock": "*",
"cocur/slugify": "*",
"phossa2/event": "^2.1.0"
},
"require-dev": {
Expand Down

0 comments on commit c18c0a1

Please sign in to comment.