123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- {
- "hash": "62a43b569534e1cd55ce455d9f7f1c03",
- "packages": [
- {
- "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 21:33:17",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "JsonSchema": "src/"
- }
- }
- },
- {
- "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 04:52:32",
- "bin": [
- "bin/jsonlint"
- ],
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Seld\\JsonLint": "src/"
- }
- }
- },
- {
- "name": "symfony/console",
- "version": "dev-master",
- "target-dir": "Symfony/Component/Console",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Console",
- "reference": "d214b141627b947ba16c7c8f8599e6823902d124"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Console/zipball/d214b141627b947ba16c7c8f8599e6823902d124",
- "reference": "d214b141627b947ba16c7c8f8599e6823902d124",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "time": "1350379165",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- }
- },
- "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"
- },
- {
- "name": "symfony/finder",
- "version": "v2.1.2",
- "target-dir": "Symfony/Component/Finder",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Finder",
- "reference": "v2.1.2"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Finder/zipball/v2.1.2",
- "reference": "v2.1.2",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "time": "2012-08-22 06:48:41",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
- "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"
- },
- {
- "name": "symfony/process",
- "version": "dev-master",
- "target-dir": "Symfony/Component/Process",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Process",
- "reference": "f029d06585ad7646cc2e9ee9daf1f395014e1c7f"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Process/zipball/f029d06585ad7646cc2e9ee9daf1f395014e1c7f",
- "reference": "f029d06585ad7646cc2e9ee9daf1f395014e1c7f",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "time": "1349553479",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- }
- },
- "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"
- }
- ],
- "packages-dev": null,
- "aliases": [
- ],
- "minimum-stability": "stable",
- "stability-flags": {
- "symfony/console": 20,
- "symfony/process": 20
- }
- }
|