Skip to content

Commit 12a0e40

Browse files
committed
update dev dependencies for php >=8.2
1 parent eee04c0 commit 12a0e40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"require-dev": {
2020
"cebe/indent": "*",
2121
"friendsofphp/php-cs-fixer": "~2.16",
22-
"codeception/codeception": "^4.1",
22+
"codeception/codeception": "^4.1 | ^5.0",
2323
"codeception/module-yii2": "^1.1",
24-
"codeception/module-rest": "<1.3.0",
25-
"codeception/module-phpbrowser": "^1.0.0",
26-
"codeception/module-asserts": "^1.0.0",
24+
"codeception/module-rest": "^2.0 | ^3.0",
25+
"codeception/module-phpbrowser": "^1.0 | ^2.0",
26+
"codeception/module-asserts": "^1.0 | ^2.0 | ^3.0",
2727
"fzaninotto/faker": "^1.9@dev",
2828
"codeception/module-db": "^1.0",
2929
"codeception/assert-throws": "^1.0",

0 commit comments

Comments
 (0)