From eeb6a68922148e77a76f17e8e270d9452031e616 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 Sep 2017 18:50:47 +0200 Subject: v5.7.22 --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'composer.json') 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", -- cgit