summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index f75e0e2..bd89b55 100644
--- a/composer.json
+++ b/composer.json
@@ -19,6 +19,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues"
},
+ "prefer-stable": true,
"require": {
"php": "^7.0",
"ext-dom": "*",
@@ -36,7 +37,7 @@
"phpunit/php-timer": "^1.0.6",
"phpunit/phpunit-mock-objects": "^4.0",
"sebastian/comparator": "^2.0",
- "sebastian/diff": "^1.4.3 || ^2.0",
+ "sebastian/diff": "^1.4.3",
"sebastian/environment": "^3.0.2",
"sebastian/exporter": "^3.1",
"sebastian/global-state": "^1.1 || ^2.0",
@@ -55,6 +56,7 @@
"platform": {
"php": "7.0.0"
},
+ "optimize-autoloader": true,
"sort-packages": true
},
"suggest": {