Skip to content

Commit ff2c042

Browse files
authored
Merge pull request #4 from lamoda/codeception3-4-support-2
Add codeception3&4 support
2 parents 5940d25 + 9450d9e commit ff2c042

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@
2525
"license" : "GPL-3.0+",
2626
"require" : {
2727
"php" : ">=5.6",
28-
"codeception/codeception" : "^2.0.0",
28+
"codeception/codeception" : "^2.0.0 || ^3.0.0 || ^4.0.0",
2929
"wiremock-php/wiremock-php" : "^2.18"
3030
},
3131
"require-dev" : {
32-
"codeception/codeception" : "^2.1",
3332
"guzzlehttp/guzzle" : ">=4.0 <7.0",
3433
"phing/phing" : "^2.12.0",
3534
"squizlabs/php_codesniffer" : "^2.3.4",
@@ -39,4 +38,4 @@
3938
"phploc/phploc" : "^2.1.1",
4039
"phpdocumentor/phpdocumentor" : "^2.8.5"
4140
}
42-
}
41+
}

0 commit comments

Comments
 (0)