Skip to content

Commit

Permalink
Update for Laravel 7 (#16)
Browse files Browse the repository at this point in the history
* Update for Laravel 7

* Update composer.json
  • Loading branch information
avdb authored Mar 4, 2020
1 parent 07f181d commit 553fe41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
}],
"require": {
"php": ">=5.5.9",
"illuminate/support": "~5.0|^6.0",
"illuminate/routing": "~5.0|^6.0"
"illuminate/support": "~5.0|^6.0|^7.0",
"illuminate/routing": "~5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 553fe41

Please sign in to comment.