Skip to content

Commit eed496f

Browse files
authored
Merge pull request #54 from mateusjunges/patch-1
Add support for Laravel v6 (#53)
2 parents c106a5a + 8d18a3f commit eed496f

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.*",
26-
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
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.*"
2727
},
2828
"extra": {
2929
"laravel": {

0 commit comments

Comments
 (0)