1
0
Fork 0
composer/composer.lock

210 lines
6.3 KiB
Plaintext
Raw Normal View History

2012-01-23 09:02:16 +00:00
{
2012-10-16 11:48:39 +00:00
"hash": "feab59dd5d1400d9ec8d709c4d7ff6e2",
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"
},
2012-10-16 08:49:05 +00:00
"time": "2012-01-02 21: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"
},
2012-10-16 08:49:05 +00:00
"time": "2012-03-12 04: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",
2012-10-16 08:49:05 +00:00
"version": "2.1.x-dev",
"target-dir": "Symfony/Component/Console",
"source": {
"type": "git",
"url": "https://github.com/symfony/Console",
2012-10-16 08:49:05 +00:00
"reference": "7daac278f160073afccfcbf928ddb39282a8539d"
},
"dist": {
"type": "zip",
2012-10-16 08:49:05 +00:00
"url": "https://github.com/symfony/Console/zipball/79b6ad67caee9ff7bac1be620a58e9164d317c58",
"reference": "79b6ad67caee9ff7bac1be620a58e9164d317c58",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2012-10-16 08:49:05 +00:00
"time": "1350313602",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
2012-10-16 08:49:05 +00:00
"installation-source": "source",
"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",
2012-10-16 08:49:05 +00:00
"version": "v2.1.2",
"target-dir": "Symfony/Component/Finder",
"source": {
"type": "git",
"url": "https://github.com/symfony/Finder",
2012-10-16 08:49:05 +00:00
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
2012-10-16 08:49:05 +00:00
"url": "https://github.com/symfony/Finder/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2012-10-16 08:49:05 +00:00
"time": "2012-08-22 06:48:41",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
2012-10-16 08:49:05 +00:00
"installation-source": "source",
"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",
2012-10-16 11:48:39 +00:00
"version": "v2.1.1",
"target-dir": "Symfony/Component/Process",
"source": {
"type": "git",
"url": "https://github.com/symfony/Process",
2012-10-16 11:48:39 +00:00
"reference": "v2.1.1"
},
"dist": {
"type": "zip",
2012-10-16 11:48:39 +00:00
"url": "https://github.com/symfony/Process/zipball/v2.1.1",
"reference": "v2.1.1",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2012-10-16 11:48:39 +00:00
"time": "2012-08-30 05:49:05",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
2012-10-16 08:49:05 +00:00
"installation-source": "source",
"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-10-16 08:49:05 +00:00
"stability-flags": {
"symfony/console": 20
}
2012-02-20 11:34:28 +00:00
}