From 81961d68c66f35a1c6678883b04bb4bb83ede241 Mon Sep 17 00:00:00 2001 From: Pablo Braulio Date: Sat, 14 Nov 2015 17:14:53 +0100 Subject: [PATCH] require jsonlint --- composer.json | 3 +- composer.lock | 97 ++++++++++++++++++++++++++------------------------- 2 files changed, 51 insertions(+), 49 deletions(-) diff --git a/composer.json b/composer.json index b56a442..64654f9 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,8 @@ "symfony/dependency-injection": "~2.7", "symfony/config": "~2.7", "symfony/yaml": "~2.7", - "fiunchinho/phpunit-randomizer": "~2.0" + "fiunchinho/phpunit-randomizer": "~2.0", + "seld/jsonlint": "1.3.*" }, "require-dev": { "composer/composer": "^1.0@dev" diff --git a/composer.lock b/composer.lock index c7c4b5d..c02fe9d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "efae33018477483b8fc26b2a0e3f0b27", + "hash": "564b391e97e6a41e76f7ef4216dda5ae", + "content-hash": "381fcf541ca4ef6dc22ec835303b5558", "packages": [ { "name": "doctrine/instantiator", @@ -1355,6 +1356,52 @@ "homepage": "https://github.com/sebastianbergmann/version", "time": "2015-06-21 13:59:46" }, + { + "name": "seld/jsonlint", + "version": "1.3.1", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/jsonlint.git", + "reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/863ae85c6d3ef60ca49cb12bd051c4a0648c40c4", + "reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "bin": [ + "bin/jsonlint" + ], + "type": "library", + "autoload": { + "psr-4": { + "Seld\\JsonLint\\": "src/Seld/JsonLint/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "JSON Linter", + "keywords": [ + "json", + "linter", + "parser", + "validator" + ], + "time": "2015-01-04 21:18:15" + }, { "name": "squizlabs/php_codesniffer", "version": "2.3.4", @@ -1890,7 +1937,7 @@ }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/2d24ed8e74828645b999eeadb547927e16679edb", + "url": "https://api.github.com/repos/composer/composer/zipball/6f29df01d27cfed3d320ad97543ec81ac6e6a08e", "reference": "2d24ed8e74828645b999eeadb547927e16679edb", "shasum": "" }, @@ -2191,52 +2238,6 @@ ], "time": "2015-04-30 20:24:49" }, - { - "name": "seld/jsonlint", - "version": "1.3.1", - "source": { - "type": "git", - "url": "https://github.com/Seldaek/jsonlint.git", - "reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/863ae85c6d3ef60ca49cb12bd051c4a0648c40c4", - "reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "bin": [ - "bin/jsonlint" - ], - "type": "library", - "autoload": { - "psr-4": { - "Seld\\JsonLint\\": "src/Seld/JsonLint/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" - } - ], - "description": "JSON Linter", - "keywords": [ - "json", - "linter", - "parser", - "validator" - ], - "time": "2015-01-04 21:18:15" - }, { "name": "seld/phar-utils", "version": "1.0.1",