diff --git a/composer.json b/composer.json index 07e38a3..7cda379 100644 --- a/composer.json +++ b/composer.json @@ -37,10 +37,8 @@ }, "autoload": { - "psr-0": { - "Knp\\Bundle\\MarkdownBundle": "" + "psr-4": { + "Knp\\Bundle\\MarkdownBundle\\": "" } - }, - - "target-dir": "Knp/Bundle/MarkdownBundle" + } }