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 7c9a27c commit 2300ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
}
},
"require": {
"spryker/kernel": "^2.0.0",
"spryker/mail": "^2.0.0 || ^3.0.0"
"spryker/kernel": "^3.0.0",
"spryker/mail": "^4.0.0"
},
"require-dev": {
"spryker/code-sniffer": "*",
Expand All @@ -22,7 +22,7 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "3.0.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 2300ca4

Please sign in to comment.