Merge pull request #71 from stof/patch-4

Remove usage of the deprecated target-dir feature
This commit is contained in:
Andrew Kovalyov 2015-08-19 11:20:02 +03:00
commit 91c916f0e0

View file

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