Skip to content

Commit b9b76bf

Browse files
MAGETWO-89389: Update 3rd-party libraries to correspond versions used in
Magento 2.2
1 parent 4046856 commit b9b76bf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"ext-xsl": "*",
3131
"ext-zip": "*",
3232
"lib-libxml": "*",
33-
"braintree/braintree_php": "3.22.0",
33+
"braintree/braintree_php": "3.28.0",
3434
"colinmollenhour/cache-backend-file": "1.4",
35-
"colinmollenhour/cache-backend-redis": "1.10.2",
35+
"colinmollenhour/cache-backend-redis": "1.10.4",
3636
"colinmollenhour/credis": "1.8.2",
3737
"colinmollenhour/php-redis-session-abstract": "~1.3.8",
3838
"composer/composer": "1.4.1",
@@ -45,12 +45,12 @@
4545
"pelago/emogrifier": "^2.0.0",
4646
"php-amqplib/php-amqplib": "2.5.*",
4747
"phpseclib/phpseclib": "2.0.*",
48-
"ramsey/uuid": "3.6.1",
48+
"ramsey/uuid": "~3.7.3",
4949
"symfony/console": "~2.3, !=2.7.0",
5050
"symfony/event-dispatcher": "~2.1",
5151
"symfony/process": "~2.1",
52-
"tedivm/jshrink": "~1.1.0",
53-
"tubalmartin/cssmin": "4.1.0",
52+
"tedivm/jshrink": "~1.3.0",
53+
"tubalmartin/cssmin": "4.1.1",
5454
"webonyx/graphql-php": "^0.11.1",
5555
"zendframework/zend-captcha": "^2.7.1",
5656
"zendframework/zend-code": "^3.1.0",
@@ -83,11 +83,11 @@
8383
"require-dev": {
8484
"friendsofphp/php-cs-fixer": "~2.1.1",
8585
"lusitanian/oauth": "~0.8.10",
86-
"pdepend/pdepend": "2.5.0",
86+
"pdepend/pdepend": "2.5.2",
8787
"phpmd/phpmd": "@stable",
8888
"phpunit/phpunit": "~6.2.0",
8989
"sebastian/phpcpd": "2.0.4",
90-
"squizlabs/php_codesniffer": "3.0.1"
90+
"squizlabs/php_codesniffer": "3.2.2"
9191
},
9292
"replace": {
9393
"magento/module-marketplace": "100.3.0-dev",

0 commit comments

Comments
 (0)