Skip to content

Commit

Permalink
Merge pull request #93 from alquerci/fix/autoloading
Browse files Browse the repository at this point in the history
Fixed class autoloading, using PSR-4
  • Loading branch information
helios-ag committed Aug 4, 2014
2 parents cac6a3f + 406872a commit b8fbb7a
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 @@ -31,9 +31,8 @@
"symfony/symfony": "~2.1"
},
"autoload": {
"psr-0": { "FM\\BbcodeBundle": "" }
"psr-4": { "FM\\BbcodeBundle\\": "" }
},
"target-dir": "FM/BbcodeBundle",
"minimum-stability": "dev",
"extra": {
"branch-alias": {
Expand Down

0 comments on commit b8fbb7a

Please sign in to comment.