22 "keywords" : [
33 " wiremock" ,
44 " extension" ,
5- " codeception"
5+ " module" ,
6+ " codeception" ,
7+ " mock" ,
8+ " mock external services"
69 ],
10+ "authors" : [{
11+ "name" : " Mariano Custiel" ,
12+ "email" : " jmcustiel@gmail.com" ,
13+ "homepage" : " https://github.com/mcustiel" ,
14+ "role" : " Developer"
15+ }
16+ ],
717 "autoload" : {
818 "psr-4" : {
919 "Codeception\\ " : " src"
1828 "codeception/codeception" : " ~2.1.0" ,
1929 "wiremock-php/wiremock-php" : " >=1.43"
2030 },
21- "require-dev" : {
22- "phing/phing" : " >=2.12.0" ,
23- "squizlabs/php_codesniffer" : " >=2.3.4" ,
24- "phpmd/phpmd" : " >=2.3.2" ,
25- "sebastian/phpcpd" : " >=2.0.2" ,
26- "pdepend/pdepend" : " >=2.0.6" ,
27- "phploc/phploc" : " >=2.1.1" ,
28- "phpdocumentor/phpdocumentor" : " >=2.8.5"
29- }
31+ "require-dev" : {
32+ "phing/phing" : " >=2.12.0" ,
33+ "squizlabs/php_codesniffer" : " >=2.3.4" ,
34+ "phpmd/phpmd" : " >=2.3.2" ,
35+ "sebastian/phpcpd" : " >=2.0.2" ,
36+ "pdepend/pdepend" : " >=2.0.6" ,
37+ "phploc/phploc" : " >=2.1.1" ,
38+ "phpdocumentor/phpdocumentor" : " >=2.8.5"
39+ }
3040}
0 commit comments