Skip to content

Commit 882914f

Browse files
committed
feat: allow symfony 8
1 parent 4f4d44f commit 882914f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"codeception/codeception": "*@dev",
2424
"codeception/lib-innerbrowser": "*@dev",
2525
"guzzlehttp/guzzle": "^7.4",
26-
"symfony/browser-kit": "^5.4 | ^6.0 | ^7.0"
26+
"symfony/browser-kit": "^5.4 | ^6.0 | ^7.0 | ^8.0"
2727
},
2828
"require-dev": {
2929
"ext-curl": "*",

0 commit comments

Comments
 (0)