Skip to content

Commit 238aaa5

Browse files
committed
Remove usage of the deprecated target-dir setting from Composer
1 parent bc209c4 commit 238aaa5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626
"doctrine/migrations": "~1.0"
2727
},
2828
"autoload": {
29-
"psr-0": { "Doctrine\\Bundle\\MigrationsBundle": "" }
29+
"psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "" }
3030
},
31-
"target-dir": "Doctrine/Bundle/MigrationsBundle",
3231
"extra": {
3332
"branch-alias": {
3433
"dev-master": "1.0-dev"

0 commit comments

Comments
 (0)