Skip to content

Commit

Permalink
Allow Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrouwers authored Sep 18, 2020
1 parent cac344f commit 8da48f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/cache": "~5.0|~6.0|~7.0",
"illuminate/container": "~5.0|~6.0|~7.0",
"illuminate/contracts": "~5.0|~6.0|~7.0",
"illuminate/support": "~5.0|~6.0|~7.0",
"illuminate/routing": "~5.0|~6.0|~7.0",
"illuminate/view": "~5.0|~6.0|~7.0"
"illuminate/cache": "~5.0|~6.0|~7.0|~8.0",
"illuminate/container": "~5.0|~6.0|~7.0|~8.0",
"illuminate/contracts": "~5.0|~6.0|~7.0|~8.0",
"illuminate/support": "~5.0|~6.0|~7.0|~8.0",
"illuminate/routing": "~5.0|~6.0|~7.0|~8.0",
"illuminate/view": "~5.0|~6.0|~7.0|~8.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1",
Expand Down

0 comments on commit 8da48f5

Please sign in to comment.