|
59 | 59 | "laminas/laminas-uri": "^2.9.1",
|
60 | 60 | "laminas/laminas-validator": "^2.15.0",
|
61 | 61 | "laminas/laminas-view": "~2.14.1",
|
62 |
| - "league/flysystem": "^2.0", |
| 62 | + "league/flysystem": "~2.3.2", |
63 | 63 | "league/flysystem-aws-s3-v3": "^2.0",
|
64 | 64 | "magento/composer": "1.8.x-dev as 1.8.0",
|
65 | 65 | "magento/composer-dependency-version-audit-plugin": "~0.1",
|
66 | 66 | "magento/magento-composer-installer": ">=0.1.11",
|
67 |
| - "magento/zendframework1": "1.14.6-beta1 as 1.14.6", |
| 67 | + "magento/zendframework1": "dev-master as 1.14.6", |
68 | 68 | "monolog/monolog": "^2.3",
|
69 | 69 | "pelago/emogrifier": "^6.0.0",
|
70 | 70 | "php-amqplib/php-amqplib": "~3.1.0",
|
|
77 | 77 | "tedivm/jshrink": "~1.4.0",
|
78 | 78 | "tubalmartin/cssmin": "4.1.1",
|
79 | 79 | "web-token/jwt-framework": "^v2.2.7",
|
80 |
| - "webonyx/graphql-php": "~14.9.0", |
| 80 | + "webonyx/graphql-php": "~14.11.3", |
81 | 81 | "wikimedia/less.php": "^3.0.0"
|
82 | 82 | },
|
83 | 83 | "require-dev": {
|
84 |
| - "allure-framework/allure-phpunit": "~1.4.0", |
| 84 | + "allure-framework/allure-phpunit": "~1.5.0", |
85 | 85 | "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
86 | 86 | "friendsofphp/php-cs-fixer": "~3.0.0",
|
87 | 87 | "lusitanian/oauth": "~0.8.10",
|
88 | 88 | "magento/magento-coding-standard": "*",
|
89 | 89 | "magento/magento2-functional-testing-framework": "^3.7",
|
90 | 90 | "pdepend/pdepend": "~2.10.0",
|
91 | 91 | "phpmd/phpmd": "^2.9.1",
|
92 |
| - "phpstan/phpstan": "~1.1.0", |
| 92 | + "phpstan/phpstan": "~1.2.0", |
93 | 93 | "phpunit/phpunit": "~9.5.0",
|
94 | 94 | "sebastian/phpcpd": "^6.0.3",
|
95 | 95 | "squizlabs/php_codesniffer": "~3.6.0",
|
|
381 | 381 | "Magento\\PhpStan\\": "dev/tests/static/framework/Magento/PhpStan/"
|
382 | 382 | }
|
383 | 383 | },
|
384 |
| - "prefer-stable": true |
| 384 | + "prefer-stable": true, |
| 385 | + "repositories": [ |
| 386 | + { |
| 387 | + "type": "vcs", |
| 388 | + "url": "https://github.com/magento/zf1.git" |
| 389 | + } |
| 390 | + ], |
| 391 | + "minimum-stability": "dev" |
385 | 392 | }
|
0 commit comments