Skip to content

Commit

Permalink
Merge pull request #4 from lamoda/codeception3-4-support-2
Browse files Browse the repository at this point in the history
Add codeception3&4 support
  • Loading branch information
omnilight authored Mar 3, 2020
2 parents 5940d25 + 9450d9e commit ff2c042
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@
"license" : "GPL-3.0+",
"require" : {
"php" : ">=5.6",
"codeception/codeception" : "^2.0.0",
"codeception/codeception" : "^2.0.0 || ^3.0.0 || ^4.0.0",
"wiremock-php/wiremock-php" : "^2.18"
},
"require-dev" : {
"codeception/codeception" : "^2.1",
"guzzlehttp/guzzle" : ">=4.0 <7.0",
"phing/phing" : "^2.12.0",
"squizlabs/php_codesniffer" : "^2.3.4",
Expand All @@ -39,4 +38,4 @@
"phploc/phploc" : "^2.1.1",
"phpdocumentor/phpdocumentor" : "^2.8.5"
}
}
}

0 comments on commit ff2c042

Please sign in to comment.