Merge pull request #6103 from nextcloud/dependabot/composer/justinrainbow/json-schema-5.3.0
This commit is contained in:
23
composer.lock
generated
23
composer.lock
generated
@@ -8,20 +8,20 @@
|
|||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "justinrainbow/json-schema",
|
"name": "justinrainbow/json-schema",
|
||||||
"version": "v5.2.13",
|
"version": "5.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/justinrainbow/json-schema.git",
|
"url": "https://github.com/jsonrainbow/json-schema.git",
|
||||||
"reference": "fbbe7e5d79f618997bc3332a6f49246036c45793"
|
"reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793",
|
"url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8",
|
||||||
"reference": "fbbe7e5d79f618997bc3332a6f49246036c45793",
|
"reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.3"
|
"php": ">=7.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
|
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
|
||||||
@@ -32,11 +32,6 @@
|
|||||||
"bin/validate-json"
|
"bin/validate-json"
|
||||||
],
|
],
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "5.0.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"JsonSchema\\": "src/JsonSchema/"
|
"JsonSchema\\": "src/JsonSchema/"
|
||||||
@@ -71,10 +66,10 @@
|
|||||||
"schema"
|
"schema"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/justinrainbow/json-schema/issues",
|
"issues": "https://github.com/jsonrainbow/json-schema/issues",
|
||||||
"source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13"
|
"source": "https://github.com/jsonrainbow/json-schema/tree/5.3.0"
|
||||||
},
|
},
|
||||||
"time": "2023-09-26T02:20:38+00:00"
|
"time": "2024-07-06T21:00:26+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
|
|||||||
Reference in New Issue
Block a user