Skip to content

Commit

Permalink
Laravel 8 support, removed laravel 5.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik B Hansen committed Sep 9, 2020
1 parent 95dfc76 commit 3b82c7c
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 @@ -22,7 +22,7 @@
"ext-json": "*",
"symfony/finder": "^4.3|^5.0",
"guzzlehttp/guzzle": "^6.3",
"laravel/framework": "~5.8.0|^6.0|^7.0"
"laravel/framework": "^6.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3b82c7c

Please sign in to comment.