Skip to content

Commit 6f7e60d

Browse files
committed
Merge pull request #249 from mhor/patch-1
Switched to PSR-4 instead of using target-dir in composer
2 parents 86e78b5 + 48fa725 commit 6f7e60d

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
@@ -30,9 +30,8 @@
3030
}
3131
},
3232
"autoload": {
33-
"psr-0": {
33+
"psr-4": {
3434
"OldSound\\RabbitMqBundle\\": ""
3535
}
36-
},
37-
"target-dir" : "OldSound/RabbitMqBundle"
36+
}
3837
}

0 commit comments

Comments
 (0)