Created
October 24, 2012 12:59
-
-
Save christianjul/3945930 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "justinrainbow/json-schema", | |
"description": "A library to validate a json schema.", | |
"keywords": ["json", "schema"], | |
"homepage": "https://github.com/justinrainbow/json-schema", | |
"type": "library", | |
"license": "NewBSD", | |
"version": "1.1.0", | |
"authors": [ | |
{ | |
"name": "Bruno Prieto Reis", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Justin Rainbow", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Igor Wiedler", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Robert Schönthal", | |
"email": "[email protected]" | |
} | |
], | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"autoload": { | |
"psr-0": { "JsonSchema": "src/" } | |
} | |
} | |
{ | |
"name": "seld/jsonlint", | |
"description": "JSON Linter", | |
"keywords": ["json", "parser", "linter", "validator"], | |
"type": "library", | |
"license": "MIT", | |
"authors": [ | |
{ | |
"name": "Jordi Boggiano", | |
"email": "[email protected]", | |
"homepage": "http://seld.be" | |
} | |
], | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"autoload": { | |
"psr-0": { "Seld\\JsonLint": "src/" } | |
}, | |
"bin": ["bin/jsonlint"] | |
} | |
{ | |
"name": "symfony/console", | |
"type": "library", | |
"description": "Symfony Console Component", | |
"keywords": [], | |
"homepage": "http://symfony.com", | |
"license": "MIT", | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
} | |
], | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"autoload": { | |
"psr-0": { "Symfony\\Component\\Console": "" } | |
}, | |
"target-dir": "Symfony/Component/Console", | |
"minimum-stability": "dev", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.1-dev" | |
} | |
} | |
} | |
{ | |
"name": "symfony/finder", | |
"type": "library", | |
"description": "Symfony Finder Component", | |
"keywords": [], | |
"homepage": "http://symfony.com", | |
"license": "MIT", | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
} | |
], | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"autoload": { | |
"psr-0": { "Symfony\\Component\\Finder": "" } | |
}, | |
"target-dir": "Symfony/Component/Finder", | |
"minimum-stability": "dev", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.1-dev" | |
} | |
} | |
} | |
{ | |
"name": "symfony/process", | |
"type": "library", | |
"description": "Symfony Process Component", | |
"keywords": [], | |
"homepage": "http://symfony.com", | |
"license": "MIT", | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
} | |
], | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"autoload": { | |
"psr-0": { "Symfony\\Component\\Process": "" } | |
}, | |
"target-dir": "Symfony/Component/Process", | |
"minimum-stability": "dev", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.1-dev" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment