Skip to content

Commit

Permalink
Merge pull request #32 from spaantje/laravel-8.x
Browse files Browse the repository at this point in the history
Allow Laravel 8.x
  • Loading branch information
browner12 authored Sep 9, 2020
2 parents b34b7f8 + 7e9984c commit 8d92b03
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 @@ -17,9 +17,9 @@
],
"require": {
"php": "^7.2",
"illuminate/console": "^6.0|^7.0",
"illuminate/contracts": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0"
"illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
Expand Down

0 comments on commit 8d92b03

Please sign in to comment.