Skip to content

Commit

Permalink
Merge pull request #6 from systemhaus/master
Browse files Browse the repository at this point in the history
Update extension to work with Codeception v3 and v4
  • Loading branch information
oprudkyi authored Mar 10, 2020
2 parents 50f0eb8 + 2761d75 commit 4d71ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": ">=5.5.9",
"codeception/codeception": "^2.2"
"codeception/codeception": "^2.2||^3.0||^4.0"
},
"autoload": {
"psr-4": {
"Codeception\\Extension\\": "src/"
"Codeception\\Extension\\": "src/"
}
},
"config": {
Expand Down

0 comments on commit 4d71ae5

Please sign in to comment.