|
10 | 10 | "require": {
|
11 | 11 | "php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
|
12 | 12 | "zendframework/zend-stdlib": "^2.7.7",
|
13 |
| - "zendframework/zend-code": "^3.1.0", |
| 13 | + "zendframework/zend-code": "~3.1.0", |
14 | 14 | "zendframework/zend-server": "^2.6.1",
|
15 | 15 | "zendframework/zend-soap": "^2.6.0",
|
16 | 16 | "zendframework/zend-uri": "^2.5.1",
|
17 | 17 | "zendframework/zend-validator": "^2.6.0",
|
18 | 18 | "zendframework/zend-crypt": "^2.6.0",
|
19 | 19 | "zendframework/zend-console": "^2.6.0",
|
20 | 20 | "zendframework/zend-modulemanager": "^2.7",
|
21 |
| - "zendframework/zend-mvc": "~2.6.3", |
| 21 | + "zendframework/zend-mvc": "~2.7.12", |
22 | 22 | "zendframework/zend-text": "^2.6.0",
|
23 | 23 | "zendframework/zend-i18n": "^2.7.3",
|
24 | 24 | "zendframework/zend-eventmanager": "^2.6.3",
|
|
35 | 35 | "zendframework/zend-captcha": "^2.7.1",
|
36 | 36 | "zendframework/zend-session": "^2.7.3",
|
37 | 37 | "magento/zendframework1": "~1.13.0",
|
38 |
| - "colinmollenhour/credis": "1.8.2", |
| 38 | + "colinmollenhour/credis": "1.9.1", |
39 | 39 | "colinmollenhour/php-redis-session-abstract": "1.3.4",
|
40 |
| - "colinmollenhour/cache-backend-redis": "1.10.2", |
| 40 | + "colinmollenhour/cache-backend-redis": "1.10.4", |
41 | 41 | "colinmollenhour/cache-backend-file": "1.4",
|
42 | 42 | "composer/composer": "1.4.1",
|
43 | 43 | "monolog/monolog": "^1.17",
|
44 | 44 | "oyejorge/less.php": "~1.7.0",
|
45 | 45 | "pelago/emogrifier": "1.2.0",
|
46 | 46 | "tubalmartin/cssmin": "4.1.0",
|
47 | 47 | "magento/magento-composer-installer": ">=0.1.11",
|
48 |
| - "braintree/braintree_php": "3.22.0", |
| 48 | + "braintree/braintree_php": "3.25.0", |
49 | 49 | "symfony/console": "~2.3, !=2.7.0",
|
50 | 50 | "symfony/event-dispatcher": "~2.1",
|
51 | 51 | "symfony/process": "~2.1",
|
52 | 52 | "phpseclib/phpseclib": "2.0.*",
|
53 |
| - "tedivm/jshrink": "~1.1.0", |
| 53 | + "tedivm/jshrink": "~1.2.0", |
54 | 54 | "magento/composer": "~1.2.0",
|
55 | 55 | "lib-libxml": "*",
|
56 | 56 | "ext-ctype": "*",
|
|
70 | 70 | "ext-pdo_mysql": "*",
|
71 | 71 | "ext-soap": "*",
|
72 | 72 | "sjparkinson/static-review": "~4.1",
|
73 |
| - "ramsey/uuid": "3.6.1" |
| 73 | + "ramsey/uuid": "3.7.1" |
74 | 74 | },
|
75 | 75 | "require-dev": {
|
76 | 76 | "phpunit/phpunit": "~6.2.0",
|
77 |
| - "squizlabs/php_codesniffer": "3.0.1", |
| 77 | + "squizlabs/php_codesniffer": "3.1.1", |
78 | 78 | "phpmd/phpmd": "@stable",
|
79 | 79 | "pdepend/pdepend": "2.5.0",
|
80 |
| - "friendsofphp/php-cs-fixer": "~2.1.1", |
| 80 | + "friendsofphp/php-cs-fixer": "~2.2.0", |
81 | 81 | "lusitanian/oauth": "~0.8.10",
|
82 | 82 | "sebastian/phpcpd": "2.0.4"
|
83 | 83 | },
|
|
0 commit comments