Skip to content

Commit e315e5e

Browse files
committed
CE#34700: The composer dependencies have been updated
1 parent 363ba43 commit e315e5e

File tree

2 files changed

+322
-294
lines changed

2 files changed

+322
-294
lines changed

composer.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@
5959
"laminas/laminas-uri": "^2.9.1",
6060
"laminas/laminas-validator": "^2.15.0",
6161
"laminas/laminas-view": "~2.14.1",
62-
"league/flysystem": "^2.0",
62+
"league/flysystem": "~2.3.2",
6363
"league/flysystem-aws-s3-v3": "^2.0",
6464
"magento/composer": "1.8.x-dev as 1.8.0",
6565
"magento/composer-dependency-version-audit-plugin": "~0.1",
6666
"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",
6868
"monolog/monolog": "^2.3",
6969
"pelago/emogrifier": "^6.0.0",
7070
"php-amqplib/php-amqplib": "~3.1.0",
@@ -77,19 +77,19 @@
7777
"tedivm/jshrink": "~1.4.0",
7878
"tubalmartin/cssmin": "4.1.1",
7979
"web-token/jwt-framework": "^v2.2.7",
80-
"webonyx/graphql-php": "~14.9.0",
80+
"webonyx/graphql-php": "~14.11.3",
8181
"wikimedia/less.php": "^3.0.0"
8282
},
8383
"require-dev": {
84-
"allure-framework/allure-phpunit": "~1.4.0",
84+
"allure-framework/allure-phpunit": "~1.5.0",
8585
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
8686
"friendsofphp/php-cs-fixer": "~3.0.0",
8787
"lusitanian/oauth": "~0.8.10",
8888
"magento/magento-coding-standard": "*",
8989
"magento/magento2-functional-testing-framework": "^3.7",
9090
"pdepend/pdepend": "~2.10.0",
9191
"phpmd/phpmd": "^2.9.1",
92-
"phpstan/phpstan": "~1.1.0",
92+
"phpstan/phpstan": "~1.2.0",
9393
"phpunit/phpunit": "~9.5.0",
9494
"sebastian/phpcpd": "^6.0.3",
9595
"squizlabs/php_codesniffer": "~3.6.0",
@@ -381,5 +381,12 @@
381381
"Magento\\PhpStan\\": "dev/tests/static/framework/Magento/PhpStan/"
382382
}
383383
},
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"
385392
}

0 commit comments

Comments
 (0)