Skip to content

Commit c38af20

Browse files
committed
Fix lib-innerbrowser version constraint
1 parent a3f9d3a commit c38af20

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"php": "^8.0",
2222
"ext-json": "*",
2323
"codeception/codeception": "*@dev",
24-
"codeception/lib-innerbrowser": "^3.0",
24+
"codeception/lib-innerbrowser": "*@dev",
2525
"guzzlehttp/guzzle": "^7.4"
2626
},
2727
"require-dev": {
@@ -30,7 +30,8 @@
3030
"codeception/module-rest": "^2.0 || *@dev"
3131
},
3232
"conflict": {
33-
"codeception/codeception": "<5.0"
33+
"codeception/codeception": "<5.0",
34+
"codeception/lib-innerbrowser": "<3.0"
3435
},
3536
"suggest": {
3637
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"

0 commit comments

Comments
 (0)