Fixing composer.json (broken in #126)

This commit is contained in:
Gregwar 2015-05-13 08:39:21 +02:00
parent 01429c4486
commit 694994c3c2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
},
"autoload": {
"psr-4": {
"Gregwar\\CaptchaBundle": "/"
"Gregwar\\CaptchaBundle\\": "/"
}
}
}