Skip to content

Commit

Permalink
Merge pull request #36 from Edujugon/feature/laravel-8-support
Browse files Browse the repository at this point in the history
Laravel 8 support
  • Loading branch information
Edujugon authored Sep 27, 2020
2 parents 87fb3fa + 57a47d4 commit d91e9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"minimum-stability": "dev",
"require": {
"php": "^5.6||^7.0",
"illuminate/support": "^5.1||^6.0||^7.0"
"illuminate/support": "^5.1||^6.0||^7.0||^8.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8||^8.0"
Expand Down

0 comments on commit d91e9fd

Please sign in to comment.