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

Commit

Permalink
[composer] Fix circular dependencies
Browse files Browse the repository at this point in the history
Composer install fail when a circular dependency with root package is installed via require-dev
  • Loading branch information
Maks3w committed May 24, 2015
1 parent 75c1c8f commit 4245d9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"zendframework/zend-stdlib": "~2.4",
"zendframework/zend-servicemanager": "~2.4"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "2.4-dev",
Expand Down

0 comments on commit 4245d9c

Please sign in to comment.