Skip to content

Commit 9450d9e

Browse files
author
Pavel Pavlov
committed
fix composer requirements to fit codeception 3.0/4.0, remove codeception dev requirement because of unexpected composer behavior in that case
1 parent 8b8e6c2 commit 9450d9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 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 || ^3.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 || ^3.0",
3332
"guzzlehttp/guzzle" : ">=4.0 <7.0",
3433
"phing/phing" : "^2.12.0",
3534
"squizlabs/php_codesniffer" : "^2.3.4",

0 commit comments

Comments
 (0)