Skip to content

Commit

Permalink
Add Laravel 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vybeauregard committed Sep 14, 2020
1 parent ac8c28d commit d5e37ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -16,9 +16,9 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.*|5.*|6.*|7.*",
"illuminate/config": "4.*|5.*|6.*|7.*",
"illuminate/translation": "4.*|5.*|6.*|7.*"
"illuminate/support": "4.*|5.*|6.*|7.*|8.*",
"illuminate/config": "4.*|5.*|6.*|7.*|8.*",
"illuminate/translation": "4.*|5.*|6.*|7.*|8.*"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
Expand Down

0 comments on commit d5e37ba

Please sign in to comment.