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 3b6feda commit ea25ea6Copy full SHA for ea25ea6
composer.json
@@ -25,11 +25,11 @@
25
"codeception/codeception": "^5.0.8",
26
"codeception/lib-web": "^1.0.1 || ^2",
27
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
28
- "symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0 || ^7.0",
29
- "symfony/dom-crawler": "^4.4.30 || ^5.4 || ^6.0 || ^7.0"
+ "symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0 || ^7.0 || ^8.0",
+ "symfony/dom-crawler": "^4.4.30 || ^5.4 || ^6.0 || ^7.0 || ^8.0"
30
},
31
"require-dev": {
32
- "codeception/util-universalframework": "^1.0"
+ "codeception/util-universalframework": "^1.0 || ^2.0"
33
34
"minimum-stability": "RC",
35
"autoload": {
0 commit comments