Skip to content

Commit

Permalink
Fixed for laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Codexshaper authored Nov 16, 2020
1 parent a7010c7 commit 01d2818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"type": "library",
"minimum-stability": "dev",
"require": {
"php": "^7.1|^7.2",
"illuminate/support": "^5.6|^6.0|^7.0"
"php": "^7.0|^7.1|^7.2|^7.3|^7.4",
"illuminate/support": "^5.6|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0",
Expand Down

0 comments on commit 01d2818

Please sign in to comment.