Skip to content

Commit

Permalink
Add support for laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
lloricode authored and aceraven777 committed Sep 2, 2020
1 parent 2eba574 commit 7f0da51
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 @@ -13,7 +13,7 @@
"php": ">=5.3.0",
"ext-curl": "*",
"ext-json": "*",
"illuminate/support": "^5.0|^6.0|^7.0"
"illuminate/support": "^5.0|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
Expand Down

0 comments on commit 7f0da51

Please sign in to comment.