Skip to content

Commit 550abf4

Browse files
committed
MAGETWO-83755: Impossible to create magento project for 2.2.2
- fix dependencies in modules according to root composer file
1 parent 6b3e454 commit 550abf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/Braintree/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"magento/module-quote": "101.0.*",
1919
"magento/module-paypal": "100.2.*",
2020
"magento/module-ui": "101.0.*",
21-
"braintree/braintree_php": "3.22.0"
21+
"braintree/braintree_php": "3.25.0"
2222
},
2323
"suggest": {
2424
"magento/module-checkout-agreements": "100.2.*",

lib/internal/Magento/Framework/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"oyejorge/less.php": "~1.7.0",
2828
"symfony/console": "~2.3, !=2.7.0",
2929
"tedivm/jshrink": "~1.2.0",
30-
"zendframework/zend-code": "^3.1.0",
30+
"zendframework/zend-code": "~3.1.0",
3131
"zendframework/zend-crypt": "^2.6.0",
32-
"zendframework/zend-mvc": "~2.6.3",
32+
"zendframework/zend-mvc": "~2.7.12",
3333
"zendframework/zend-uri": "^2.5.1",
3434
"zendframework/zend-validator": "^2.6.0",
3535
"zendframework/zend-stdlib": "^2.7.7",

0 commit comments

Comments
 (0)