Skip to content

Commit

Permalink
Merge pull request #24 from Codeception/lib-innerbrowser-v4
Browse files Browse the repository at this point in the history
Support lib-innerbrowser v4
  • Loading branch information
Naktibalda authored Feb 9, 2023
2 parents ad1fa0e + 284bdbb commit 09b1b12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"name": "Michael Bodnarchuk"
}
],
"minimum-stability": "dev",
"minimum-stability": "RC",
"require": {
"php": "^8.0",
"codeception/lib-innerbrowser": "^3.0",
"codeception/codeception": "^5.0.0-alpha2",
"codeception/lib-innerbrowser": "^3.0 | ^4.0",
"codeception/codeception": "^5.0.8",
"laminas/laminas-db": "^2.11.3",
"laminas/laminas-mvc": "^3.1.1"
},
"require-dev": {
"codeception/module-asserts": "^3.0",
"codeception/module-doctrine2": "^3.0",
"codeception/module-rest": "^3.0"
"codeception/module-rest": "^3.3"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 09b1b12

Please sign in to comment.