From eb928b92fe5d7c38ed96b70eb06ca385d3b9e3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 22 Sep 2014 21:24:01 +0200 Subject: [PATCH] correct psr-4 --- composer.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 743a63e1c..4cec0fd5c 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "keywords" : ["chill", "social work"], "homepage" : "https://github.com/Champs-Libres/ChillMain", "autoload": { - "psr-4": { "CL\\Chill\\MainBundle\\": "src/" } + "psr-4": { "CL\\Chill\\MainBundle\\": "" } }, "authors" : [ { @@ -16,15 +16,8 @@ } ], "require": { - "php": ">=5.3.3", - "symfony/symfony": "~2.5", - "doctrine/orm": "dev-master@dev", - "doctrine/dbal": "~2.5@dev", - "doctrine/common": "~2.4@dev", - "doctrine/doctrine-bundle": "~1.2@dev", "twig/extensions": "~1.0", "symfony/assetic-bundle": "~2.3", - "symfony/swiftmailer-bundle": "~2.3", "symfony/monolog-bundle": "~2.4" } }