Skip to content

Commit

Permalink
Add support for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Jan 16, 2020
1 parent 8002fe9 commit a45682b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": "^7.2",
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
"dragonmantank/cron-expression": "^2.0"
},
"require-dev": {
Expand Down

0 comments on commit a45682b

Please sign in to comment.