Skip to content

Commit 48fa725

Browse files
committed
Switched to PSR-4 instead of using target-dir in composer
1 parent 0e57b98 commit 48fa725

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
}
2424
},
2525
"autoload": {
26-
"psr-0": {
26+
"psr-4": {
2727
"OldSound\\RabbitMqBundle\\": ""
2828
}
29-
},
30-
"target-dir" : "OldSound/RabbitMqBundle"
29+
}
3130
}

0 commit comments

Comments
 (0)