Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit b7da58f

Browse files
committed
Added dev requirements
1 parent 22e0d87 commit b7da58f

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# codeception-wiremock-extension
2-
An extension that allows to use wiremock when running codeception tests.
2+
An extension that allows to use WireMock when running codeception tests.
3+
4+
## See
5+
6+
* WireMock PHP library: https://github.com/rowanhill/wiremock-php
7+
* Stubbing using WireMock: http://wiremock.org/stubbing.html
8+
* Verifying using WireMock: http://wiremock.org/verifying.html

composer.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,14 @@
1717
"php" : ">=5.4",
1818
"codeception/codeception" : "~2.1.0",
1919
"wiremock-php/wiremock-php" : ">=1.43"
20-
}
20+
},
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+
}
2130
}

0 commit comments

Comments
 (0)