Merge pull request #126 from cordoval/move-to-psr4

move to psr4
This commit is contained in:
Grégoire Passault 2015-05-13 08:34:02 +02:00
commit 01429c4486
1 changed files with 3 additions and 4 deletions

View File

@ -23,9 +23,8 @@
"symfony/form": "~2.1"
},
"autoload": {
"psr-0": {
"Gregwar\\CaptchaBundle": ""
"psr-4": {
"Gregwar\\CaptchaBundle": "/"
}
},
"target-dir": "Gregwar/CaptchaBundle"
}
}