Debut du travail sur le B.O.

This commit is contained in:
franck
2013-06-07 15:31:05 +02:00
parent 9a4dfac51f
commit f9068878c7
7 changed files with 837 additions and 56 deletions

View File

@@ -20,7 +20,13 @@
"symfony/http-kernel" : "2.2.*",
"symfony/routing" : "2.2.*",
"symfony/yaml" : "2.2.*",
"symfony-cmf/routing": "1.0.0"
"symfony-cmf/routing": "1.0.0",
"symfony/form": "2.2.*",
"symfony/validator": "2.2.*",
"symfony/security": "2.2.*",
"symfony/templating": "2.2.*",
"noiselabs/smarty-bundle": "dev-master"
},
"require-dev" : {
"fzaninotto/faker": "dev-master"
@@ -31,7 +37,7 @@
"bin-dir" : "bin"
},
"autoload": {
"psr-0": {
"psr-0": {
"": "local/modules/",
"Thelia" : "core/lib/"
}