Skip to content

Commit 560873a

Browse files
committed
⬆️ Updated dependencies for laravel
1 parent b9eb356 commit 560873a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
],
1111
"require": {
1212
"php": ">=5.6.4",
13-
"illuminate/database": "5.4.*",
14-
"illuminate/support": "5.4.*",
15-
"illuminate/queue": "5.4.*"
13+
"illuminate/database": "5.4.*|5.5.*||5.6.*",
14+
"illuminate/support": "5.4.*|5.5.*|5.6.*",
15+
"illuminate/queue": "5.4.*|5.5.*|5.6.*"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^5.5",

0 commit comments

Comments
 (0)