Skip to content

Commit 7abc1be

Browse files
committed
Add support of php 8.4 to cloud-patches
1 parent 84afb08 commit 7abc1be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"symfony/process": "^4.4 || ^5.1 || ^5.4 || ^6.4",
2323
"symfony/proxy-manager-bridge": "^3.3||^4.3||^5.0||^6.0",
2424
"symfony/yaml": "^4.4 || ^5.1 || ^5.4 || ^6.4",
25-
"magento/quality-patches": "^1.1.0"
25+
"magento/quality-patches": "^1.1.0",
26+
"magento/magento-cloud-docker":"^1.4.0"
2627
},
2728
"require-dev": {
2829
"codeception/codeception": "^4.1 || ^5.1",
@@ -32,7 +33,7 @@
3233
"codeception/module-rest": "^1.2 || ^3.0",
3334
"consolidation/robo": "^1.2 || ^3.0 || ^5.0",
3435
"phpmd/phpmd": "@stable",
35-
"phpunit/phpunit": "^9.5.10 || ^10",
36+
"phpunit/phpunit": "^10.0",
3637
"squizlabs/php_codesniffer": "^3.0"
3738
},
3839
"bin": [

0 commit comments

Comments
 (0)