Skip to content

Commit b65eda3

Browse files
authored
Merge pull request #29 from Codeception/composer-restrict-browserkit-version
Add restrictions for symfony/browser-kit
2 parents c38af20 + 9d2242c commit b65eda3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"ext-json": "*",
2323
"codeception/codeception": "*@dev",
2424
"codeception/lib-innerbrowser": "*@dev",
25-
"guzzlehttp/guzzle": "^7.4"
25+
"guzzlehttp/guzzle": "^7.4",
26+
"symfony/browser-kit": "^5.4 || ^6.0"
2627
},
2728
"require-dev": {
2829
"ext-curl": "*",

0 commit comments

Comments
 (0)