Skip to content

Commit afe705a

Browse files
committed
version fix
1 parent 3df157f commit afe705a

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.*", "5.6.*"],
15-
"illuminate/support": ["5.5.*", "5.6.*"],
16-
"illuminate/queue": ["5.5.*", "5.6.*"]
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.*", "5.6.*"],
20+
"illuminate/events": "5.5.* 5.6.*",
2121
"mockery/mockery": "~1.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)