initial commit

This commit is contained in:
Manuel Raynaud
2012-10-02 14:13:48 +02:00
commit bb720731ae
838 changed files with 84954 additions and 0 deletions

13
core/composer.json Normal file
View File

@@ -0,0 +1,13 @@
{
"require":{
"symfony/class-loader": "2.1.*",
"symfony/http-kernel" : "2.1.*",
"symfony/routing" : "2.1.*",
"symfony/config" : "2.1.*",
"symfony/yaml" : "2.1.*",
"symfony/dependency-injection" : "2.1.*",
"symfony/console" : "2.1.*",
"symfony/event-dispatcher" : "2.1.*"
},
"minimum-stability": "stable"
}