8000 Merge pull request #66 from pfuhrmann/patch-1 · Codeception/lib-innerbrowser@9d94838 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d94838

Browse files
authored
Merge pull request #66 from pfuhrmann/patch-1
Support Symfony 7.x
2 parents ee5d25e + bd2d193 commit 9d94838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"codeception/codeception": "^5.0.8",
2626
"codeception/lib-web": "^1.0.1",
2727
"phpunit/phpunit": "^10.0",
28-
"symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0",
29-
"symfony/dom-crawler": "^4.4.30 || ^5.4 || ^6.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"
3030
},
3131
"require-dev": {
3232
"codeception/util-universalframework": "^1.0"

0 commit comments

Comments
 (0)
0