From d2cf25a333f763b82f704a7ec0ebfe9dcad9f4dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 7 May 2019 21:44:20 +0200 Subject: [PATCH] fix composer.json file --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 02637be56..0f56b30d6 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "keywords" : ["chill", "social work"], "homepage" : "https://framagit.org/Chill-project/BudgetBundle", "autoload": { - "psr-4": { "Chill\\AMLI\BudgetBundle\\": "" } + "psr-4": { "Chill\\AMLI\\BudgetBundle\\": "" } }, "autoload-dev": { "classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]