Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit cae9b01

Browse files
committed
[composer] Fix circular dependencies
Composer install fail when a circular dependency with root package is installed via require-dev
1 parent c0ddf89 commit cae9b01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
"zendframework/zend-uri": "Zend\\Uri component",
3838
"zendframework/zend-validator": "Zend\\Validator component"
3939
},
40+
"minimum-stability": "dev",
41+
"prefer-stable": true,
4042
"extra": {
4143
"branch-alias": {
4244
"dev-master": "2.4-dev",

0 commit comments

Comments
 (0)