Skip to content

Commit

Permalink
suport Laravel 7 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
edsonalvesan authored Jun 2, 2020
1 parent 922a0f5 commit a04202f
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 @@ -9,7 +9,7 @@
}
],
"require": {
"illuminate/database": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
"illuminate/database": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|5.8.*|5.9.*|6.0.*|6.1.*|6.2.*|6.3.*|6.4.*|6.5.*|6.6.*|6.7.*|6.8.*|6.9.*|7.0.*|7.1.*"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
Expand Down

0 comments on commit a04202f

Please sign in to comment.