move to psr4
This commit is contained in:
parent
a4176fcf74
commit
6032e5df52
|
@ -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"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue