Skip to content

Commit

Permalink
Composer support Laravel 7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomazer authored Mar 5, 2020
1 parent 129cb16 commit af7c63f
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 @@
"require": {
"php": "^5.6.4 || ^7.0",
"doctrine/dbal": "^2.5",
"illuminate/database": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*",
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*"
"illuminate/database": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*",
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit af7c63f

Please sign in to comment.