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 9e9bb2a..d055585 100644
--- a/composer.json
+++ b/composer.json
@@ -19,6 +19,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues"
},
+ "prefer-stable": true,
"require": {
"php": "^5.6 || ^7.0",
"phpunit/php-file-iterator": "~1.4",
@@ -52,7 +53,9 @@
"config": {
"platform": {
"php": "5.6.0"
- }
+ },
+ "optimize-autoloader": true,
+ "sort-packages": true
},
"suggest": {
"phpunit/php-invoker": "~1.1",