Skip to content

Commit 71a2839

Browse files
committed
ACP2E-3203: Add php 8.3 to the magento-quality-patches
1 parent f342890 commit 71a2839

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,22 @@
1515
"ext-json": "*",
1616
"composer/composer": "^1.9 || ^2.0",
1717
"composer/semver": "@stable",
18+
"monolog/monolog": "^1.25||^2.3||^2.7",
1819
"symfony/config": "^3.3||^4.4||^5.0||^6.0",
1920
"symfony/console": "^2.6||^4.0||^5.0||^6.0",
2021
"symfony/dependency-injection": "^3.3||^4.3||^5.0||^6.0",
2122
"symfony/process": "^2.1 || ^4.1 || ^5.1 || ^5.4 || ^6.4",
2223
"symfony/proxy-manager-bridge": "^3.3||^4.3||^5.0||^6.0",
23-
"symfony/yaml": "^3.3||^4.0||^5.0||^6.0",
24-
"monolog/monolog": "^1.25||^2.3||^2.7"
24+
"symfony/yaml": "^3.3||^4.0||^5.0||^6.0||^7.0",
25+
"magento/quality-patches": "^1.1.0"
2526
},
2627
"require-dev": {
2728
"codeception/codeception": "^4.1 || ^5.1",
2829
"codeception/module-asserts": "^1.2 || ^3.0",
2930
"codeception/module-db": "^1.0 || ^3.0",
3031
"codeception/module-phpbrowser": "^1.0 || ^3.0",
3132
"codeception/module-rest": "^1.2 || ^3.0",
32-
"consolidation/robo": "^1.2 || ^3.0",
33+
"consolidation/robo": "^1.2 || ^3.0 || ^5.0",
3334
"phpmd/phpmd": "@stable",
3435
"phpunit/phpunit": "^8.5 || ^9.5",
3536
"squizlabs/php_codesniffer": "^3.0"

0 commit comments

Comments
 (0)