1
0
Fork 0
composer/composer.lock

210 lines
6.2 KiB
Plaintext
Raw Normal View History

2012-01-23 09:02:16 +00:00
{
2012-09-06 22:01:05 +00:00
"hash": "1023850095295cc1307c2219a0382930",
2012-01-23 09:02:16 +00:00
"packages": [
2012-03-05 19:09:34 +00:00
{
"name": "justinrainbow/json-schema",
"version": "1.1.0",
"source": {
"type": "git",
"url": "git://github.com/justinrainbow/json-schema.git",
"reference": "v1.1.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/justinrainbow/json-schema/zipball/v1.1.0",
"reference": "v1.1.0",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "2012-01-02 22:33:17",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"JsonSchema": "src/"
}
}
2012-03-05 19:09:34 +00:00
},
{
"name": "seld/jsonlint",
"version": "1.0.0",
"source": {
"type": "git",
"url": "http://github.com/Seldaek/jsonlint",
"reference": "1.0.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/Seldaek/jsonlint/zipball/1.0.0",
"reference": "1.0.0",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "2012-03-12 05:52:32",
"bin": [
"bin/jsonlint"
],
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Seld\\JsonLint": "src/"
}
}
2012-03-05 19:09:34 +00:00
},
2012-05-12 07:44:22 +00:00
{
"name": "symfony/console",
"version": "v2.1.1",
"target-dir": "Symfony/Component/Console",
"source": {
"type": "git",
"url": "https://github.com/symfony/Console",
"reference": "v2.1.1"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Console/zipball/v2.1.1",
"reference": "v2.1.1",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2012-08-22 11:48:41",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\Console": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "http://symfony.com"
2012-05-12 07:44:22 +00:00
},
{
"name": "symfony/finder",
"version": "v2.1.1",
"target-dir": "Symfony/Component/Finder",
"source": {
"type": "git",
"url": "https://github.com/symfony/Finder",
"reference": "v2.1.0-RC2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Finder/zipball/v2.1.0-RC2",
"reference": "v2.1.0-RC2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2012-08-22 11:48:41",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\Finder": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Finder Component",
"homepage": "http://symfony.com"
2012-01-23 09:02:16 +00:00
},
{
"name": "symfony/process",
"version": "v2.1.1",
"target-dir": "Symfony/Component/Process",
"source": {
"type": "git",
"url": "https://github.com/symfony/Process",
"reference": "v2.1.1"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Process/zipball/v2.1.1",
"reference": "v2.1.1",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2012-08-30 10:49:05",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\Process": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Process Component",
"homepage": "http://symfony.com"
2012-01-23 09:02:16 +00:00
}
2012-03-05 22:34:45 +00:00
],
2012-04-15 17:10:39 +00:00
"packages-dev": null,
2012-03-19 07:36:03 +00:00
"aliases": [
2012-05-18 13:33:09 +00:00
],
2012-08-15 15:52:50 +00:00
"minimum-stability": "stable",
2012-09-06 22:01:05 +00:00
"stability-flags": [
]
2012-02-20 11:34:28 +00:00
}