Skip to content

Commit

Permalink
configured composer to use zend-component-installer ^2.0 ref #3 cross…
Browse files Browse the repository at this point in the history
  • Loading branch information
kilip committed Nov 10, 2018
1 parent 4dcaae0 commit 7f0ccd9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
"prefer-stable": true,
"require": {
"php": "^5.6 || ^7.0 || ^7.1 || 7.2",
"zendframework/zend-component-installer": "^1.0 || ^0.7 || ^1.0.0-dev@dev",
"yawik/core": "^0.32@dev",
"yawik/demo-skin": "^0.32@dev",
"composer/installers": "^1.0"
"zendframework/zend-component-installer": "^2.0",
"yawik/core": ">=0.32@dev",
"yawik/demo-skin": ">=0.32@dev",
"composer/installers": "^1.0",
"yawik/orders": ">=0.32@dev"
},
"require-dev": {
"zendframework/zend-test": "^3.2",
Expand All @@ -35,7 +36,8 @@
"config": {
"platform": {
"ext-mongo": "1.6.16"
}
},
"process-timeout": 0
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 7f0ccd9

Please sign in to comment.