2012-09-25 16:55:13 +00:00
|
|
|
{
|
|
|
|
"hash": "193ba730886d4f4fc2fb6f618f18af31",
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "symfony/class-loader",
|
|
|
|
"version": "v2.1.2",
|
|
|
|
"target-dir": "Symfony/Component/ClassLoader",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/ClassLoader",
|
|
|
|
"reference": "v2.1.2"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://github.com/symfony/ClassLoader/zipball/v2.1.2",
|
|
|
|
"reference": "v2.1.2",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/finder": "2.1.*"
|
|
|
|
},
|
2012-10-06 21:17:20 +00:00
|
|
|
"time": "2012-09-01 07:02:36",
|
2012-09-25 16:55:13 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.1-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"installation-source": "dist",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Symfony\\Component\\ClassLoader": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "http://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony ClassLoader Component",
|
|
|
|
"homepage": "http://symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/http-foundation",
|
|
|
|
"version": "v2.1.2",
|
|
|
|
"target-dir": "Symfony/Component/HttpFoundation",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/HttpFoundation",
|
|
|
|
"reference": "v2.1.2"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://github.com/symfony/HttpFoundation/zipball/v2.1.2",
|
|
|
|
"reference": "v2.1.2",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
2012-10-06 21:17:20 +00:00
|
|
|
"time": "2012-09-18 16:09:52",
|
2012-09-25 16:55:13 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.1-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"installation-source": "dist",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Symfony\\Component\\HttpFoundation": "",
|
|
|
|
"SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "http://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony HttpFoundation Component",
|
|
|
|
"homepage": "http://symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/routing",
|
|
|
|
"version": "v2.1.2",
|
|
|
|
"target-dir": "Symfony/Component/Routing",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/Routing",
|
|
|
|
"reference": "v2.1.2"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://github.com/symfony/Routing/zipball/v2.1.2",
|
|
|
|
"reference": "v2.1.2",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/config": "2.1.*",
|
|
|
|
"symfony/yaml": "2.1.*",
|
|
|
|
"symfony/http-kernel": "2.1.*",
|
|
|
|
"doctrine/common": ">=2.2,<2.4-dev"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/config": "2.1.*",
|
|
|
|
"symfony/yaml": "2.1.*",
|
|
|
|
"doctrine/common": ">=2.2,<2.4-dev"
|
|
|
|
},
|
2012-10-06 21:17:20 +00:00
|
|
|
"time": "2012-09-10 10:53:42",
|
2012-09-25 16:55:13 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.1-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"installation-source": "dist",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Symfony\\Component\\Routing": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "http://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Routing Component",
|
|
|
|
"homepage": "http://symfony.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": null,
|
|
|
|
"aliases": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"stability-flags": [
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|