Skip to content

Commit

Permalink
core-714 updated all composer.json constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Feb 22, 2017
1 parent 62f15a6 commit 546c67c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
}
},
"require": {
"spryker/graph": "^2.0.0",
"spryker/gui": "^2.0.0",
"spryker/kernel": "^2.8.0",
"spryker/mail": "^3.0.0",
"spryker/graph": "^3.0.0",
"spryker/gui": "^3.0.0",
"spryker/kernel": "^3.0.0",
"spryker/mail": "^4.0.0",
"spryker/propel-orm": "^1.0.0",
"spryker/sales": "^2.0.0 || ^3.0.0 || ^4.0.0",
"spryker/sales-aggregator": "^3.0.0",
"spryker/symfony": "^2.0.0",
"spryker/util-network": "^1.0.0",
"spryker/util-sanitize": "^1.0.0",
"spryker/util-text": "^1.0.0"
"spryker/sales": "^5.0.0",
"spryker/sales-aggregator": "^4.0.0",
"spryker/symfony": "^3.0.0",
"spryker/util-network": "^1.1.0",
"spryker/util-sanitize": "^2.0.0",
"spryker/util-text": "^1.1.0"
},
"require-dev": {
"spryker/code-sniffer": "*",
Expand All @@ -37,7 +37,7 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
"dev-master": "6.0.x-dev"
}
},
"repositories": [
Expand Down

0 comments on commit 546c67c

Please sign in to comment.