We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279d955 commit 22d2a48Copy full SHA for 22d2a48
composer.json
@@ -19,12 +19,12 @@
19
"symfony/yaml": "^4.4 || ^5.1 || ^5.4|| ^6.4"
20
},
21
"require-dev": {
22
- "codeception/codeception": "^4.1",
23
- "codeception/module-asserts": "^1.2",
24
- "codeception/module-db": "^1.0",
25
- "codeception/module-phpbrowser": "^1.0",
26
- "codeception/module-rest": "^1.2",
27
- "consolidation/robo": "^2.0",
+ "codeception/codeception": "^4.1 || ^5.1",
+ "codeception/module-asserts": "^1.2 || ^3.0",
+ "codeception/module-db": "^1.0 || ^3.0",
+ "codeception/module-phpbrowser": "^1.0 || ^3.0",
+ "codeception/module-rest": "^1.2 || ^3.0",
+ "consolidation/robo": "^2.0 || ^3.0",
28
"phpmd/phpmd": "@stable",
29
"phpstan/phpstan": "^1.8",
30
"phpunit/phpunit": "^9.5",
0 commit comments