Skip to content

Commit 52125d2

Browse files
committed
Require laravel-zero/framework >= 5.8.4
This prevents installing incompatible versions of illuminate/contracts and nunomaduro/collision
1 parent 71b7ac7 commit 52125d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.1.3",
20-
"laravel-zero/framework": "5.8.*"
20+
"laravel-zero/framework": "5.8.* >= 5.8.4"
2121
},
2222
"require-dev": {
2323
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)