Skip to content

Commit

Permalink
Merge pull request #639 from jasonmccreary/patch-1
Browse files Browse the repository at this point in the history
Support for Laravel 7
  • Loading branch information
mlantz committed Mar 2, 2020
2 parents bcc317d + 0cf70cc commit 64f2268
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Expand Up @@ -18,15 +18,15 @@
}
],
"require": {
"php": ">=7.2",
"illuminate/http": "^6.0",
"illuminate/routing": "^6.0",
"illuminate/session": "^6.0",
"illuminate/support": "^6.0",
"illuminate/view": "^6.0"
"php": ">=7.2.5",
"illuminate/http": "^6.0|^7.0",
"illuminate/routing": "^6.0|^7.0",
"illuminate/session": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0",
"illuminate/view": "^6.0|^7.0"
},
"require-dev": {
"illuminate/database": "^6.0",
"illuminate/database": "^6.0|^7.0",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.1"
},
Expand Down

0 comments on commit 64f2268

Please sign in to comment.