move to psr4

This commit is contained in:
Luis Cordova 2015-05-12 20:16:59 -05:00
parent a4176fcf74
commit 6032e5df52
1 changed files with 3 additions and 4 deletions

View File

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