Skip to content

Commit

Permalink
Merge pull request #5 from Vinelab/laravel-8
Browse files Browse the repository at this point in the history
Support newer (6.x, 7.x, 8.x) Laravel versions
  • Loading branch information
IlliaBalia authored Apr 22, 2021
2 parents 164a2ab + 5fd563e commit bdf58b5
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 @@ -11,8 +11,8 @@
],
"require": {
"php": ">=7.0",
"illuminate/contracts": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.",
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8."
"illuminate/contracts": "*",
"illuminate/support": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
Expand Down

0 comments on commit bdf58b5

Please sign in to comment.