Remove usage of the deprecated target-dir feature

This commit is contained in:
Christophe Coevoet 2015-08-05 11:31:22 +02:00
parent 1384e05693
commit 8e47bda5fe

View file

@ -37,10 +37,8 @@
},
"autoload": {
"psr-0": {
"Knp\\Bundle\\MarkdownBundle": ""
"psr-4": {
"Knp\\Bundle\\MarkdownBundle\\": ""
}
},
"target-dir": "Knp/Bundle/MarkdownBundle"
}
}