Skip to content

Commit 129cb16

Browse files
authored
Support for v6.* Laravel
1 parent 7d43a3d commit 129cb16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"require": {
2323
"php": "^5.6.4 || ^7.0",
2424
"doctrine/dbal": "^2.5",
25-
"illuminate/database": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
26-
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*"
25+
"illuminate/database": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*",
26+
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*"
2727
},
2828
"extra": {
2929
"laravel": {

0 commit comments

Comments
 (0)