Skip to content

Commit e6935c5

Browse files
author
excelwebzone
committed
Fixed #4: Optimize autoload prefix in composer.json
1 parent 6b48811 commit e6935c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"symfony/framework-bundle": "2.*"
1717
},
1818
"autoload": {
19-
"psr-0": { "EWZ\\Bundle\\RecaptchaBundle": "" }
19+
"psr-0": { "EWZ\\Bundle\\RecaptchaBundle\\": "" }
2020
},
2121
"target-dir": "EWZ/Bundle/RecaptchaBundle"
2222
}

0 commit comments

Comments
 (0)