Skip to content

Commit 71b640f

Browse files
committed
ACMP-1459: Make ece-tools compatible with php 8.0/8.1
1 parent 2e02960 commit 71b640f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

composer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "magento2-module",
55
"version": "1.0.9",
66
"require": {
7-
"php": "^7.1",
7+
"php": "^7.1 || ^8.0",
88
"ext-json": "*",
99
"colinmollenhour/cache-backend-redis": "^1.9",
1010
"colinmollenhour/credis": "^1.6"
@@ -15,11 +15,15 @@
1515
"magento/module-url-rewrite": "*"
1616
},
1717
"require-dev": {
18-
"codeception/codeception": "^2.5.3",
18+
"codeception/codeception": "^4.1",
19+
"codeception/module-asserts": "^1.2",
20+
"codeception/module-db": "^1.0",
21+
"codeception/module-phpbrowser": "^1.0",
22+
"codeception/module-rest": "^1.2",
1923
"consolidation/robo": "^1.2",
2024
"phpmd/phpmd": "@stable",
21-
"phpstan/phpstan": "^0.11",
22-
"phpunit/phpunit": "^7.2",
25+
"phpstan/phpstan": "^0.11 || ^0.12.77",
26+
"phpunit/phpunit": "^7.2 || ^9.5",
2327
"squizlabs/php_codesniffer": "^3.0"
2428
},
2529
"config": {

0 commit comments

Comments
 (0)