Skip to content

Commit a1a477c

Browse files
committed
MQE-854: Set up coveralls.io for MFTF repo
- update the stopwatch dependency to work with php 7.0
1 parent d2f6f9c commit a1a477c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"epfremme/swagger-php": "^2.0",
1515
"flow/jsonpath": ">0.2",
1616
"fzaninotto/faker": "^1.6",
17-
"mustache/mustache": "~2.5",
18-
"php-coveralls/php-coveralls": "^1.0"
17+
"mustache/mustache": "~2.5"
1918
},
2019
"require-dev": {
2120
"squizlabs/php_codesniffer": "1.5.3",
@@ -25,7 +24,9 @@
2524
"goaop/framework": "2.1.2",
2625
"codacy/coverage": "^1.4",
2726
"phpmd/phpmd": "^2.6.0",
28-
"rregeer/phpunit-coverage-check": "^0.1.4"
27+
"rregeer/phpunit-coverage-check": "^0.1.4",
28+
"php-coveralls/php-coveralls": "^1.0",
29+
"symfony/stopwatch": "~3.4.6"
2930
},
3031
"autoload": {
3132
"psr-4": {

0 commit comments

Comments
 (0)