Skip to content

Commit b8112a1

Browse files
committed
Merge pull request #84 from Tobion/psr-4
Use PSR-4
2 parents e1d4aa9 + 59701a3 commit b8112a1

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
@@ -28,9 +28,8 @@
2828
"symfony/console": "~2.3"
2929
},
3030
"autoload": {
31-
"psr-0": { "Symfony\\Bundle\\MonologBundle": "" }
31+
"psr-4": { "Symfony\\Bundle\\MonologBundle\\": "" }
3232
},
33-
"target-dir": "Symfony/Bundle/MonologBundle",
3433
"extra": {
3534
"branch-alias": {
3635
"dev-master": "2.6.x-dev"

0 commit comments

Comments
 (0)