From 8e47bda5fe5e0584c3dc6b1a1d17a7979bec0988 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 5 Aug 2015 11:31:22 +0200 Subject: [PATCH] Remove usage of the deprecated target-dir feature --- composer.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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" + } }