Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 99526e7

Browse files
author
Joan He
committed
Merge remote-tracking branch 'engcom/libs-upgrade' into fix-calls-count
2 parents 302cb01 + d93c04c commit 99526e7

File tree

4 files changed

+98
-100
lines changed

4 files changed

+98
-100
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.22.0",
9+
"braintree/braintree_php": "3.28.0",
1010
"magento/framework": "100.3.*",
1111
"magento/magento-composer-installer": "*",
1212
"magento/module-catalog": "101.2.*",

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"ext-xsl": "*",
3636
"ext-zip": "*",
3737
"lib-libxml": "*",
38-
"braintree/braintree_php": "3.22.0",
38+
"braintree/braintree_php": "3.28.0",
3939
"colinmollenhour/cache-backend-file": "~1.4.1",
40-
"colinmollenhour/cache-backend-redis": "1.10.2",
41-
"colinmollenhour/credis": "1.6",
40+
"colinmollenhour/cache-backend-redis": "1.10.4",
41+
"colinmollenhour/credis": "1.8.2",
4242
"colinmollenhour/php-redis-session-abstract": "~1.3.8",
4343
"composer/composer": "~1.6.0",
4444
"magento/composer": "1.3.0.x-dev",
@@ -50,12 +50,12 @@
5050
"pelago/emogrifier": "^2.0.0",
5151
"php-amqplib/php-amqplib": "2.5.*",
5252
"phpseclib/phpseclib": "2.0.*",
53-
"ramsey/uuid": "3.6.1",
53+
"ramsey/uuid": "~3.7.3",
5454
"symfony/console": "~4.0.0",
5555
"symfony/event-dispatcher": "~4.0.0",
5656
"symfony/process": "~4.0.0",
57-
"tedivm/jshrink": "~1.1.0",
58-
"tubalmartin/cssmin": "4.1.0",
57+
"tedivm/jshrink": "~1.3.0",
58+
"tubalmartin/cssmin": "4.1.1",
5959
"webonyx/graphql-php": "^0.11.1",
6060
"zendframework/zend-captcha": "^2.7.1",
6161
"zendframework/zend-code": "~3.1.0",
@@ -89,11 +89,11 @@
8989
"require-dev": {
9090
"friendsofphp/php-cs-fixer": "~2.10.0",
9191
"lusitanian/oauth": "~0.8.10",
92-
"pdepend/pdepend": "2.5.0",
92+
"pdepend/pdepend": "2.5.2",
9393
"phpmd/phpmd": "@stable",
9494
"phpunit/phpunit": "~6.2.0",
9595
"sebastian/phpcpd": "~3.0.0",
96-
"squizlabs/php_codesniffer": "3.0.1"
96+
"squizlabs/php_codesniffer": "3.2.2"
9797
},
9898
"replace": {
9999
"magento/module-marketplace": "100.3.0-dev",

0 commit comments

Comments
 (0)