Skip to content

Commit

Permalink
Merge pull request #301 from Tobion/patch-1
Browse files Browse the repository at this point in the history
Use PSR-4
  • Loading branch information
stof committed Jun 21, 2014
2 parents 7fc096f + 2fa9629 commit e604136
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle."
},
"autoload": {
"psr-0": { "Doctrine\\Bundle\\DoctrineBundle": "" }
"psr-4": { "Doctrine\\Bundle\\DoctrineBundle\\": "" }
},
"target-dir": "Doctrine/Bundle/DoctrineBundle",
"minimum-stability": "dev",
"extra": {
"branch-alias": {
Expand Down

0 comments on commit e604136

Please sign in to comment.