Skip to content

Commit

Permalink
Merge pull request #456 from Slamdunk/patch-1
Browse files Browse the repository at this point in the history
Optimize autoload prefix in composer.json
  • Loading branch information
beberlei committed Oct 5, 2012
2 parents a0440b6 + 95971a6 commit fd28624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
"autoload": {
"psr-0": { "Doctrine\\ORM": "lib/" }
"psr-0": { "Doctrine\\ORM\\": "lib/" }
},
"bin": ["bin/doctrine", "bin/doctrine.php"],
"extra": {
Expand Down

0 comments on commit fd28624

Please sign in to comment.