diff options
| author | Eole <EoleDev@outlook.fr> | 2016-04-27 16:42:28 +0200 |
|---|---|---|
| committer | Eole <EoleDev@outlook.fr> | 2016-04-27 16:42:28 +0200 |
| commit | 49f416dc5061032e0514ea0cfeceaca37d13e432 (patch) | |
| tree | 1202ac2a6fa860b8929afdc886c94fc50bd0a1de /server/vendor/justinrainbow/json-schema/composer.json | |
| parent | c7edd70b5e5b0f5159c78ce3d924d4e7f60db816 (diff) | |
| parent | c9202d9113210981ae47df40511645da2ee140df (diff) | |
Merge branch 'develop' into Eole_Graph
Conflicts:
client/index.html
client/js/controllers/home/home.js
client/partials/home/home.html
Diffstat (limited to 'server/vendor/justinrainbow/json-schema/composer.json')
| -rw-r--r-- | server/vendor/justinrainbow/json-schema/composer.json | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/server/vendor/justinrainbow/json-schema/composer.json b/server/vendor/justinrainbow/json-schema/composer.json deleted file mode 100644 index 68b3933..0000000 --- a/server/vendor/justinrainbow/json-schema/composer.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "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": "BSD-3-Clause", - "authors": [ - { - "name": "Bruno Prieto Reis", - "email": "bruno.p.reis@gmail.com" - }, - { - "name": "Justin Rainbow", - "email": "justin.rainbow@gmail.com" - }, - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - }, - { - "name": "Robert Schönthal", - "email": "seroscho@googlemail.com" - } - ], - "repositories": [{ - "type": "package", - "package": { - "name": "json-schema/JSON-Schema-Test-Suite", - "version": "1.1.0", - "source": { - "url": "https://github.com/json-schema/JSON-Schema-Test-Suite", - "type": "git", - "reference": "1.1.0" - } - } - }], - "require": { - "php": ">=5.3.29" - }, - "require-dev": { - "json-schema/JSON-Schema-Test-Suite": "1.1.0", - "phpunit/phpunit": "~3.7", - "phpdocumentor/phpdocumentor": "~2" - }, - "autoload": { - "psr-4": { "JsonSchema\\": "src/JsonSchema/" } - }, - "autoload-dev": { - "psr-4": { "JsonSchema\\Tests\\": "tests/JsonSchema/Tests/" } - }, - "bin": ["bin/validate-json"], - "extra": { - "branch-alias": { - "dev-master": "1.6.x-dev" - } - } -} |
