Skip to content

Commit 32548bb

Browse files
committed
composer - support laravel 5.6
1 parent 65fa93e commit 32548bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
],
1212
"require": {
1313
"php": ">=7.0",
14-
"illuminate/database": "5.5.*",
15-
"illuminate/support": "5.5.*",
16-
"illuminate/queue": "5.5.*"
14+
"illuminate/database": ["5.5.*", "5.6.*"],
15+
"illuminate/support": ["5.5.*", "5.6.*"],
16+
"illuminate/queue": ["5.5.*", "5.6.*"]
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "~6.0",
20-
"illuminate/events": "5.5.*",
20+
"illuminate/events": ["5.5.*", "5.6.*"],
2121
"mockery/mockery": "~1.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)