Skip to content

Commit

Permalink
Codeception 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tommey authored May 13, 2024
1 parent 44012f3 commit b3afa9c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^7.2 || ^8.0",
"codeception/codeception": "^4.0",
"codeception/lib-innerbrowser": "^1.0",
"php": "^8.0",
"codeception/codeception": "^5",
"codeception/lib-innerbrowser": "^3",
"slim/slim": "^3.1"
},
"require-dev": {
"ext-json": "*",
"codeception/module-asserts": "^1.2",
"codeception/module-rest": "^1.2"
"codeception/module-asserts": "^3",
"codeception/module-rest": "^3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b3afa9c

Please sign in to comment.