From 6032e5df5223a5944d70ea4c2d286c930afae1e8 Mon Sep 17 00:00:00 2001 From: Luis Cordova Date: Tue, 12 May 2015 20:16:59 -0500 Subject: [PATCH] move to psr4 --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 91e03a0..3fbdbc0 100644 --- a/composer.json +++ b/composer.json @@ -23,9 +23,8 @@ "symfony/form": "~2.1" }, "autoload": { - "psr-0": { - "Gregwar\\CaptchaBundle": "" + "psr-4": { + "Gregwar\\CaptchaBundle": "/" } - }, - "target-dir": "Gregwar/CaptchaBundle" + } }