Skip to content

Commit 8b8e6c2

Browse files
author
Pavel Pavlov
committed
fix composer requirements to fit codeception 3.0
1 parent 5940d25 commit 8b8e6c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
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",
2929
"wiremock-php/wiremock-php" : "^2.18"
3030
},
3131
"require-dev" : {
32-
"codeception/codeception" : "^2.1",
32+
"codeception/codeception" : "^2.1 || ^3.0",
3333
"guzzlehttp/guzzle" : ">=4.0 <7.0",
3434
"phing/phing" : "^2.12.0",
3535
"squizlabs/php_codesniffer" : "^2.3.4",
@@ -39,4 +39,4 @@
3939
"phploc/phploc" : "^2.1.1",
4040
"phpdocumentor/phpdocumentor" : "^2.8.5"
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)