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 d2f6f9c commit a1a477cCopy full SHA for a1a477c
composer.json
@@ -14,8 +14,7 @@
14
"epfremme/swagger-php": "^2.0",
15
"flow/jsonpath": ">0.2",
16
"fzaninotto/faker": "^1.6",
17
- "mustache/mustache": "~2.5",
18
- "php-coveralls/php-coveralls": "^1.0"
+ "mustache/mustache": "~2.5"
19
},
20
"require-dev": {
21
"squizlabs/php_codesniffer": "1.5.3",
@@ -25,7 +24,9 @@
25
24
"goaop/framework": "2.1.2",
26
"codacy/coverage": "^1.4",
27
"phpmd/phpmd": "^2.6.0",
28
- "rregeer/phpunit-coverage-check": "^0.1.4"
+ "rregeer/phpunit-coverage-check": "^0.1.4",
+ "php-coveralls/php-coveralls": "^1.0",
29
+ "symfony/stopwatch": "~3.4.6"
30
31
"autoload": {
32
"psr-4": {
0 commit comments