1
0
Fork 0

Upgrade json-schema to allow v4

pull/5781/head
Jonas Stendahl 2016-10-11 17:15:17 +02:00
parent 41c3307fc5
commit bc549c34a6
No known key found for this signature in database
GPG Key ID: 7255C05B0A031A13
2 changed files with 7 additions and 7 deletions

View File

@ -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 || ^3.0", "justinrainbow/json-schema": "^1.6 || ^2.0 || ^3.0 || ^4.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",

12
composer.lock generated
View File

@ -4,7 +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"
], ],
"content-hash": "91ea799425e3f97a7ba5c7ac5e0e72e5", "content-hash": "f16383587ea8facae044abbad436e2a7",
"packages": [ "packages": [
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
@ -189,16 +189,16 @@
}, },
{ {
"name": "justinrainbow/json-schema", "name": "justinrainbow/json-schema",
"version": "3.0.1", "version": "4.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/justinrainbow/json-schema.git", "url": "https://github.com/justinrainbow/json-schema.git",
"reference": "2128f9de8be4600c3394d94c3918faf67157b76b" "reference": "31b29546f49524cb0123fb5619107a9306444b60"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2128f9de8be4600c3394d94c3918faf67157b76b", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/31b29546f49524cb0123fb5619107a9306444b60",
"reference": "2128f9de8be4600c3394d94c3918faf67157b76b", "reference": "31b29546f49524cb0123fb5619107a9306444b60",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -251,7 +251,7 @@
"json", "json",
"schema" "schema"
], ],
"time": "2016-08-26 12:45:49" "time": "2016-10-10 12:37:37"
}, },
{ {
"name": "psr/log", "name": "psr/log",