start to implement action controller.

This commit is contained in:
Manuel Raynaud
2013-02-07 17:40:27 +01:00
parent bb86533f25
commit b952888b14
9 changed files with 392 additions and 6 deletions

View File

@@ -7,6 +7,8 @@
"wiki" : "http://thelia.net/wiki"
},
"require":{
"php": ">=5.4.0",
"ircmaxell/password-compat": "dev-master",
"propel/propel1" : "1.6.*",
"psr/log" : "dev-master",
"symfony/class-loader": "2.1.*",
@@ -15,8 +17,7 @@
"symfony/dependency-injection" : "2.1.*",
"symfony/event-dispatcher" : "2.1.*",
"symfony/http-kernel" : "2.1.*",
"symfony/routing" : "2.1.*",
"symfony-cmf/routing" : "1.0.*@dev"
"symfony/routing" : "2.1.*"
},
"minimum-stability": "stable",
"config" : {