Skip to content

Commit ea25ea6

Browse files
authored
chore(deps): allow symfony 8 (#84)
1 parent 3b6feda commit ea25ea6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"codeception/codeception": "^5.0.8",
2626
"codeception/lib-web": "^1.0.1 || ^2",
2727
"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"
28+
"symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0 || ^7.0 || ^8.0",
29+
"symfony/dom-crawler": "^4.4.30 || ^5.4 || ^6.0 || ^7.0 || ^8.0"
3030
},
3131
"require-dev": {
32-
"codeception/util-universalframework": "^1.0"
32+
"codeception/util-universalframework": "^1.0 || ^2.0"
3333
},
3434
"minimum-stability": "RC",
3535
"autoload": {

0 commit comments

Comments
 (0)