From b4cc0fec534f5c650cb895c72379c73b52760aa6 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Sat, 18 Dec 2021 14:09:07 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BE=D1=87=D0=B8=20=D0=BF?= =?UTF-8?q?=D0=BE=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83=20composer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 4eda461..96ff66e 100644 --- a/composer.json +++ b/composer.json @@ -75,5 +75,9 @@ "scripts": { "test": "vendor/bin/phpunit --colors=always", "coverage": "php -dxdebug.mode=coverage vendor/bin/phpunit --coverage-html .coverage" + }, + "config": { + "optimize-autoloader": true, + "sort-packages": true } }