Skip to content

Commit 37d2ab2

Browse files
Merge pull request #2815 from magento-borg/MC-2338-framework-dependencies
[borg] MC-2338: 3rd party library/dependency upgrade for 2.3 pre Alpha
2 parents a6ed9c0 + 8554f01 commit 37d2ab2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/Braintree/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"require": {
88
"php": "~7.1.3||~7.2.0",
9-
"braintree/braintree_php": "3.28.0",
9+
"braintree/braintree_php": "3.34.0",
1010
"magento/framework": "*",
1111
"magento/magento-composer-installer": "*",
1212
"magento/module-catalog": "*",

lib/internal/Magento/Framework/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"ext-xsl": "*",
2323
"ext-bcmath": "*",
2424
"lib-libxml": "*",
25-
"colinmollenhour/php-redis-session-abstract": "~1.3.8",
25+
"colinmollenhour/php-redis-session-abstract": "~1.4.0",
2626
"composer/composer": "^1.6",
2727
"magento/zendframework1": "~1.14.0",
2828
"monolog/monolog": "^1.17",
2929
"oyejorge/less.php": "~1.7.0",
30-
"symfony/console": "~4.0.0",
31-
"symfony/process": "~4.0.0",
30+
"symfony/console": "~4.1.0",
31+
"symfony/process": "~4.1.0",
3232
"tedivm/jshrink": "~1.3.0",
3333
"zendframework/zend-code": "~3.3.0",
3434
"zendframework/zend-crypt": "^2.6.0",

0 commit comments

Comments
 (0)