Upgrade json-schema to allow v3 and upgrade other deps

main
Jordi Boggiano 8 years ago
parent 14c77130e8
commit 20ee689bb4

@ -23,7 +23,7 @@
}, },
"require": { "require": {
"php": "^5.3.2 || ^7.0", "php": "^5.3.2 || ^7.0",
"justinrainbow/json-schema": "^1.6 || ^2.0", "justinrainbow/json-schema": "^1.6 || ^2.0 || ^3.0",
"composer/ca-bundle": "^1.0", "composer/ca-bundle": "^1.0",
"composer/semver": "^1.0", "composer/semver": "^1.0",
"composer/spdx-licenses": "^1.0", "composer/spdx-licenses": "^1.0",

59
composer.lock generated

@ -4,8 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "a0636a2549c942a28acadbd3825795b9", "content-hash": "91ea799425e3f97a7ba5c7ac5e0e72e5",
"content-hash": "7baeb5af8045a4a098de80decfffdcc2",
"packages": [ "packages": [
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
@ -190,16 +189,16 @@
}, },
{ {
"name": "justinrainbow/json-schema", "name": "justinrainbow/json-schema",
"version": "2.0.5", "version": "3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/justinrainbow/json-schema.git", "url": "https://github.com/justinrainbow/json-schema.git",
"reference": "6b2a33e6a768f96bdc2ead5600af0822eed17d67" "reference": "2128f9de8be4600c3394d94c3918faf67157b76b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/6b2a33e6a768f96bdc2ead5600af0822eed17d67", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2128f9de8be4600c3394d94c3918faf67157b76b",
"reference": "6b2a33e6a768f96bdc2ead5600af0822eed17d67", "reference": "2128f9de8be4600c3394d94c3918faf67157b76b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -216,7 +215,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.0.x-dev" "dev-master": "3.0.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -252,7 +251,7 @@
"json", "json",
"schema" "schema"
], ],
"time": "2016-06-02 10:59:52" "time": "2016-08-26 12:45:49"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -342,16 +341,16 @@
}, },
{ {
"name": "seld/jsonlint", "name": "seld/jsonlint",
"version": "1.4.0", "version": "1.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/jsonlint.git", "url": "https://github.com/Seldaek/jsonlint.git",
"reference": "66834d3e3566bb5798db7294619388786ae99394" "reference": "e827b5254d3e58c736ea2c5616710983d80b0b70"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/66834d3e3566bb5798db7294619388786ae99394", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e827b5254d3e58c736ea2c5616710983d80b0b70",
"reference": "66834d3e3566bb5798db7294619388786ae99394", "reference": "e827b5254d3e58c736ea2c5616710983d80b0b70",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -384,7 +383,7 @@
"parser", "parser",
"validator" "validator"
], ],
"time": "2015-11-21 02:21:41" "time": "2016-09-14 15:17:56"
}, },
{ {
"name": "seld/phar-utils", "name": "seld/phar-utils",
@ -432,16 +431,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v2.8.10", "version": "v2.8.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "bac1eb5869c1848a173852aee61df960e3a49197" "reference": "3d3e4fa5f0614c8e45220e5de80332322e33bd90"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/bac1eb5869c1848a173852aee61df960e3a49197", "url": "https://api.github.com/repos/symfony/console/zipball/3d3e4fa5f0614c8e45220e5de80332322e33bd90",
"reference": "bac1eb5869c1848a173852aee61df960e3a49197", "reference": "3d3e4fa5f0614c8e45220e5de80332322e33bd90",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -488,20 +487,20 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-08-19 06:48:01" "time": "2016-09-06 10:55:00"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v2.8.10", "version": "v2.8.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "ab4c3f085c8f5a56536845bf985c4cef30bf75fd" "reference": "44b499521defddf2eae17a18c811bbdae4f98bdf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/ab4c3f085c8f5a56536845bf985c4cef30bf75fd", "url": "https://api.github.com/repos/symfony/filesystem/zipball/44b499521defddf2eae17a18c811bbdae4f98bdf",
"reference": "ab4c3f085c8f5a56536845bf985c4cef30bf75fd", "reference": "44b499521defddf2eae17a18c811bbdae4f98bdf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -537,11 +536,11 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-07-20 05:41:28" "time": "2016-09-06 10:55:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v2.8.10", "version": "v2.8.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
@ -649,16 +648,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v2.8.10", "version": "v2.8.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "162d37eb3396225f31574b69a453118e5bc313d2" "reference": "05a03ed27073638658cab9405d99a67dd1014987"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/162d37eb3396225f31574b69a453118e5bc313d2", "url": "https://api.github.com/repos/symfony/process/zipball/05a03ed27073638658cab9405d99a67dd1014987",
"reference": "162d37eb3396225f31574b69a453118e5bc313d2", "reference": "05a03ed27073638658cab9405d99a67dd1014987",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -694,7 +693,7 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-08-16 14:56:08" "time": "2016-09-06 10:55:00"
} }
], ],
"packages-dev": [ "packages-dev": [
@ -1608,7 +1607,7 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v2.8.10", "version": "v2.8.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",

@ -92,7 +92,14 @@ class ComposerSchemaTest extends \PHPUnit_Framework_TestCase
$validator->check(json_decode($json), $schema); $validator->check(json_decode($json), $schema);
if (!$validator->isValid()) { if (!$validator->isValid()) {
return $validator->getErrors(); $errors = $validator->getErrors();
// remove justinrainbow/json-schema 3.0 props so it works with all versions
foreach ($errors as &$err) {
unset($err['pointer']);
}
return $errors;
} }
return true; return true;

Loading…
Cancel
Save