Skip to content

Commit

Permalink
added support for laravel 5.5 to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed May 13, 2021
1 parent a7b7ad9 commit 36e381d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
}
],
"require": {
"php": "^7.2|^8.0",
"illuminate/support": "^7.0|^8.0"
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.x|7.x|8.x"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 36e381d

Please sign in to comment.