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" + } }