summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 42a077b..44ffe51 100644
--- a/composer.json
+++ b/composer.json
@@ -36,7 +36,7 @@
"hamcrest/hamcrest-php": "^2.0.1"
},
"require-dev": {
- "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0|~9.0"
+ "phpunit/phpunit": "^5.7.10|^6.5|^7.5|^8.5|^9.3"
},
"autoload": {
"psr-0": {
@@ -48,6 +48,9 @@
"test\\": "tests/"
}
},
+ "config": {
+ "preferred-install": "dist"
+ },
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"