Skip to content

Commit 06f4dd2

Browse files
authored
Merge pull request #92 from Codeception/innerbrowser-v4
Support lib-innerbrowser v4
2 parents 39a4a9f + b78cc0c commit 06f4dd2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

composer.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,22 @@
1717
"php": "^8.0",
1818
"ext-dom": "*",
1919
"ext-json": "*",
20-
"codeception/codeception": "^5.0.0-alpha2",
20+
"codeception/codeception": "^5.0.8",
2121
"codeception/lib-xml": "^1.0",
2222
"justinrainbow/json-schema": "~5.2.9",
2323
"softcreatr/jsonpath": "^0.8"
2424
},
2525
"require-dev": {
2626
"ext-libxml": "*",
2727
"ext-simplexml": "*",
28-
"codeception/lib-innerbrowser": "^3.0",
28+
"codeception/lib-innerbrowser": "^3.0 | ^4.0",
2929
"codeception/stub": "^4.0",
3030
"codeception/util-universalframework": "^1.0"
3131
},
32-
"conflict": {
33-
"codeception/codeception": "<5.0.0-alpha3"
34-
},
3532
"suggest": {
3633
"aws/aws-sdk-php": "For using AWS Auth"
3734
},
38-
"minimum-stability": "dev",
35+
"minimum-stability": "RC",
3936
"autoload": {
4037
"classmap": [
4138
"src/"

0 commit comments

Comments
 (0)