Skip to content

Commit c647bfe

Browse files
committed
MC-2338: 3rd party library/dependency upgrade for 2.3 pre Alpha
1 parent ce48579 commit c647bfe

File tree

2 files changed

+592
-412
lines changed

2 files changed

+592
-412
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@
2929
"ext-zip": "*",
3030
"ext-bcmath": "*",
3131
"lib-libxml": "*",
32-
"braintree/braintree_php": "3.28.0",
32+
"braintree/braintree_php": "3.34.0",
3333
"colinmollenhour/cache-backend-file": "~1.4.1",
34-
"colinmollenhour/cache-backend-redis": "1.10.4",
35-
"colinmollenhour/credis": "1.9.1",
36-
"colinmollenhour/php-redis-session-abstract": "~1.3.8",
34+
"colinmollenhour/cache-backend-redis": "1.10.5",
35+
"colinmollenhour/credis": "1.10.0",
36+
"colinmollenhour/php-redis-session-abstract": "~1.4.0",
3737
"composer/composer": "^1.6",
3838
"elasticsearch/elasticsearch": "~2.0|~5.1",
39-
"magento/composer": "~1.3.0",
39+
"magento/composer": "dev-MC-2338",
4040
"magento/magento-composer-installer": ">=0.1.11",
4141
"magento/zendframework1": "~1.14.0",
4242
"monolog/monolog": "^1.17",
4343
"oyejorge/less.php": "~1.7.0",
4444
"pelago/emogrifier": "^2.0.0",
4545
"php-amqplib/php-amqplib": "~2.7.0",
46-
"phpseclib/mcrypt_compat": "1.0.4",
46+
"phpseclib/mcrypt_compat": "1.0.5",
4747
"phpseclib/phpseclib": "2.0.*",
4848
"ramsey/uuid": "~3.7.3",
49-
"symfony/console": "~4.0.0",
50-
"symfony/event-dispatcher": "~4.0.0",
51-
"symfony/process": "~4.0.0",
49+
"symfony/console": "~4.1.0",
50+
"symfony/event-dispatcher": "~4.1.0",
51+
"symfony/process": "~4.1.0",
5252
"tedivm/jshrink": "~1.3.0",
5353
"tubalmartin/cssmin": "4.1.1",
5454
"webonyx/graphql-php": "^0.11.1",
@@ -81,13 +81,13 @@
8181
"zendframework/zend-view": "~2.10.0"
8282
},
8383
"require-dev": {
84-
"friendsofphp/php-cs-fixer": "~2.10.0",
84+
"friendsofphp/php-cs-fixer": "~2.12.0",
8585
"lusitanian/oauth": "~0.8.10",
8686
"pdepend/pdepend": "2.5.2",
8787
"phpmd/phpmd": "@stable",
88-
"phpunit/phpunit": "~6.2.0",
88+
"phpunit/phpunit": "~6.5.0",
8989
"sebastian/phpcpd": "~3.0.0",
90-
"squizlabs/php_codesniffer": "3.2.2"
90+
"squizlabs/php_codesniffer": "3.3.0"
9191
},
9292
"replace": {
9393
"magento/module-marketplace": "*",

0 commit comments

Comments
 (0)