From c2f445dcef2edb7d1f11825d40f591affaa1445d Mon Sep 17 00:00:00 2001 From: Vinicius Moraes Date: Sun, 2 Apr 2017 17:25:23 -0300 Subject: [PATCH] Optimize composer.json --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index 041044f..6e3b1b3 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "license": "MIT", "type": "project", "description": "A modification to the \"Symfony Standard Edition\" distribution to make it little and API friendly.", + "keywords": ["symfony", "framework", "api", "skeleton"], "autoload": { "psr-4": { "": "src/" @@ -56,5 +57,10 @@ "incenteev-parameters": { "file": "app/config/parameters.yml" } + }, + "config": { + "preferred-install": "dist", + "sort-packages": true, + "optimize-autoloader": true } }