summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-04-26 07:01:36 +0200
committerRemi Collet <remi@remirepo.net>2018-04-26 07:01:36 +0200
commit337cbcb6f36b6c257a5263aefac72672843d8f2e (patch)
treec6631d06a3b5dbdf58b39a73ef9340551b30d002 /composer.json
parentb10d702d0e9fd0c56655d54fd07affeafa5c64c8 (diff)
- update to 3.2.1 (no change)HEADmaster
- switch to phpunit6 or phpunit7
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index ab9f25a..daa0499 100644
--- a/composer.json
+++ b/composer.json
@@ -35,7 +35,7 @@
"php": "^5.6 || ^7.0"
},
"require-dev": {
- "phpunit/PHPUnit": "^6.0.7 || ^5.7.14",
+ "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
"athletic/athletic": "^0.1",
"zendframework/zend-stdlib": "^2.7.3 || ^3.0",
"container-interop/container-interop": "^1.1.0",
@@ -53,7 +53,6 @@
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"test": "phpunit --colors=always",
- "test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
- "upload-coverage": "coveralls -v"
+ "test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
}
}