Skip to content

Commit

Permalink
Merge pull request #92 from Codeception/innerbrowser-v4
Browse files Browse the repository at this point in the history
Support lib-innerbrowser v4
  • Loading branch information
Naktibalda committed Feb 9, 2023
2 parents 39a4a9f + b78cc0c commit 06f4dd2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,22 @@
"php": "^8.0",
"ext-dom": "*",
"ext-json": "*",
"codeception/codeception": "^5.0.0-alpha2",
"codeception/codeception": "^5.0.8",
"codeception/lib-xml": "^1.0",
"justinrainbow/json-schema": "~5.2.9",
"softcreatr/jsonpath": "^0.8"
},
"require-dev": {
"ext-libxml": "*",
"ext-simplexml": "*",
"codeception/lib-innerbrowser": "^3.0",
"codeception/lib-innerbrowser": "^3.0 | ^4.0",
"codeception/stub": "^4.0",
"codeception/util-universalframework": "^1.0"
},
"conflict": {
"codeception/codeception": "<5.0.0-alpha3"
},
"suggest": {
"aws/aws-sdk-php": "For using AWS Auth"
},
"minimum-stability": "dev",
"minimum-stability": "RC",
"autoload": {
"classmap": [
"src/"
Expand Down

0 comments on commit 06f4dd2

Please sign in to comment.