Skip to content

Commit de42722

Browse files
authored
Support lib-innerbrowser v4
1 parent 39a4a9f commit de42722

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,18 @@
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
},

0 commit comments

Comments
 (0)