We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5940d25 commit 8b8e6c2Copy full SHA for 8b8e6c2
composer.json
@@ -25,11 +25,11 @@
25
"license" : "GPL-3.0+",
26
"require" : {
27
"php" : ">=5.6",
28
- "codeception/codeception" : "^2.0.0",
+ "codeception/codeception" : "^2.0.0 || ^3.0.0",
29
"wiremock-php/wiremock-php" : "^2.18"
30
},
31
"require-dev" : {
32
- "codeception/codeception" : "^2.1",
+ "codeception/codeception" : "^2.1 || ^3.0",
33
"guzzlehttp/guzzle" : ">=4.0 <7.0",
34
"phing/phing" : "^2.12.0",
35
"squizlabs/php_codesniffer" : "^2.3.4",
@@ -39,4 +39,4 @@
39
"phploc/phploc" : "^2.1.1",
40
"phpdocumentor/phpdocumentor" : "^2.8.5"
41
}
42
-}
+}
0 commit comments