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

49
core/composer.lock generated Normal file
View File

@@ -0,0 +1,49 @@
{
"hash": "49f3143b77fd4fbd695a56746b52042a",
"packages": [
{
"package": "symfony/class-loader",
"version": "v2.1.2"
},
{
"package": "symfony/config",
"version": "v2.1.2"
},
{
"package": "symfony/console",
"version": "v2.1.2"
},
{
"package": "symfony/dependency-injection",
"version": "v2.1.2"
},
{
"package": "symfony/event-dispatcher",
"version": "v2.1.2"
},
{
"package": "symfony/http-foundation",
"version": "v2.1.2"
},
{
"package": "symfony/http-kernel",
"version": "v2.1.2"
},
{
"package": "symfony/routing",
"version": "v2.1.2"
},
{
"package": "symfony/yaml",
"version": "v2.1.2"
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
]
}