|
35 | 35 | "colinmollenhour/php-redis-session-abstract": "~1.4.0", |
36 | 36 | "composer/composer": "^1.6", |
37 | 37 | "elasticsearch/elasticsearch": "~2.0||~5.1||~6.1", |
38 | | - "guzzlehttp/guzzle": "^6.3.3", |
39 | 38 | "magento/composer": "1.6.x-dev", |
40 | | - "magento/inventory-composer-metapackage-dev": "1.2.0-dev", |
41 | 39 | "magento/magento-composer-installer": ">=0.1.11", |
42 | 40 | "magento/zendframework1": "~1.14.2", |
43 | 41 | "monolog/monolog": "^1.17", |
| 42 | + "wikimedia/less.php": "~1.8.0", |
44 | 43 | "paragonie/sodium_compat": "^1.6", |
45 | 44 | "pelago/emogrifier": "^2.0.0", |
46 | 45 | "php-amqplib/php-amqplib": "~2.7.0||~2.10.0", |
|
53 | 52 | "tedivm/jshrink": "~1.3.0", |
54 | 53 | "tubalmartin/cssmin": "4.1.1", |
55 | 54 | "webonyx/graphql-php": "^0.13.8", |
56 | | - "wikimedia/less.php": "~1.8.0", |
57 | 55 | "zendframework/zend-captcha": "^2.7.1", |
58 | 56 | "zendframework/zend-code": "~3.3.0", |
59 | 57 | "zendframework/zend-config": "^2.6.0", |
|
81 | 79 | "zendframework/zend-text": "^2.6.0", |
82 | 80 | "zendframework/zend-uri": "^2.5.1", |
83 | 81 | "zendframework/zend-validator": "^2.6.0", |
84 | | - "zendframework/zend-view": "~2.11.2" |
| 82 | + "zendframework/zend-view": "~2.11.2", |
| 83 | + "guzzlehttp/guzzle": "^6.3.3" |
85 | 84 | }, |
86 | 85 | "require-dev": { |
87 | 86 | "allure-framework/allure-phpunit": "~1.2.0", |
|
347 | 346 | "Magento\\PhpStan\\": "dev/tests/static/framework/Magento/PhpStan/" |
348 | 347 | } |
349 | 348 | }, |
350 | | - "prefer-stable": true, |
351 | | - "minimum-stability": "dev", |
352 | | - "repositories": { |
353 | | - "ext": { |
354 | | - "type": "path", |
355 | | - "url": "./ext/*/*/*" |
356 | | - } |
357 | | - } |
| 349 | + "prefer-stable": true |
358 | 350 | } |
0 commit comments