Skip to content

Commit

Permalink
Fixed excelwebzone#4: Optimize autoload prefix in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
excelwebzone committed Sep 2, 2013
1 parent 6b48811 commit e6935c5
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 @@ -16,7 +16,7 @@
"symfony/framework-bundle": "2.*"
},
"autoload": {
"psr-0": { "EWZ\\Bundle\\RecaptchaBundle": "" }
"psr-0": { "EWZ\\Bundle\\RecaptchaBundle\\": "" }
},
"target-dir": "EWZ/Bundle/RecaptchaBundle"
}

0 comments on commit e6935c5

Please sign in to comment.