Chore(deps): Bump justinrainbow/json-schema from 6.0.0 to 6.4.1
Bumps [justinrainbow/json-schema](https://github.com/jsonrainbow/json-schema) from 6.0.0 to 6.4.1. - [Release notes](https://github.com/jsonrainbow/json-schema/releases) - [Changelog](https://github.com/jsonrainbow/json-schema/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsonrainbow/json-schema/compare/6.0.0...6.4.1) --- updated-dependencies: - dependency-name: justinrainbow/json-schema dependency-version: 6.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
150
composer.lock
generated
150
composer.lock
generated
@@ -6,144 +6,32 @@
|
|||||||
],
|
],
|
||||||
"content-hash": "6950663d9d213151028e780637480220",
|
"content-hash": "6950663d9d213151028e780637480220",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
|
||||||
"name": "icecave/parity",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/icecave/parity.git",
|
|
||||||
"reference": "0109fef58b3230d23b20b2ac52ecdf477218d300"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/icecave/parity/zipball/0109fef58b3230d23b20b2ac52ecdf477218d300",
|
|
||||||
"reference": "0109fef58b3230d23b20b2ac52ecdf477218d300",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"icecave/repr": "~1",
|
|
||||||
"php": ">=5.3"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"eloquent/liberator": "~1",
|
|
||||||
"icecave/archer": "~1"
|
|
||||||
},
|
|
||||||
"suggest": {
|
|
||||||
"eloquent/asplode": "Drop-in exception-based error handling."
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"autoload": {
|
|
||||||
"psr-0": {
|
|
||||||
"Icecave\\Parity": "src"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "James Harris",
|
|
||||||
"email": "james.harris@icecave.com.au",
|
|
||||||
"homepage": "https://github.com/jmalloc"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "A customizable deep comparison library.",
|
|
||||||
"homepage": "https://github.com/IcecaveStudios/parity",
|
|
||||||
"keywords": [
|
|
||||||
"compare",
|
|
||||||
"comparison",
|
|
||||||
"equal",
|
|
||||||
"equality",
|
|
||||||
"greater",
|
|
||||||
"less",
|
|
||||||
"sort",
|
|
||||||
"sorting"
|
|
||||||
],
|
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/icecave/parity/issues",
|
|
||||||
"source": "https://github.com/icecave/parity/tree/1.0.0"
|
|
||||||
},
|
|
||||||
"time": "2014-01-17T05:56:27+00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "icecave/repr",
|
|
||||||
"version": "1.0.1",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/icecave/repr.git",
|
|
||||||
"reference": "8a3d2953adf5f464a06e3e2587aeacc97e2bed07"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/icecave/repr/zipball/8a3d2953adf5f464a06e3e2587aeacc97e2bed07",
|
|
||||||
"reference": "8a3d2953adf5f464a06e3e2587aeacc97e2bed07",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"php": ">=5.3"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"icecave/archer": "~1"
|
|
||||||
},
|
|
||||||
"suggest": {
|
|
||||||
"eloquent/asplode": "Drop-in exception-based error handling."
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Icecave\\Repr\\": "src"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "James Harris",
|
|
||||||
"email": "james.harris@icecave.com.au",
|
|
||||||
"homepage": "https://github.com/jmalloc"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "A library for generating string representations of any value, inspired by Python's reprlib library.",
|
|
||||||
"homepage": "https://github.com/IcecaveStudios/repr",
|
|
||||||
"keywords": [
|
|
||||||
"human",
|
|
||||||
"readable",
|
|
||||||
"repr",
|
|
||||||
"representation",
|
|
||||||
"string"
|
|
||||||
],
|
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/icecave/repr/issues",
|
|
||||||
"source": "https://github.com/icecave/repr/tree/1.0.1"
|
|
||||||
},
|
|
||||||
"time": "2014-07-25T05:44:41+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "justinrainbow/json-schema",
|
"name": "justinrainbow/json-schema",
|
||||||
"version": "6.0.0",
|
"version": "6.4.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/jsonrainbow/json-schema.git",
|
"url": "https://github.com/jsonrainbow/json-schema.git",
|
||||||
"reference": "a38c6198d53b09c0702f440585a4f4a5d9137bd9"
|
"reference": "35d262c94959571e8736db1e5c9bc36ab94ae900"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/a38c6198d53b09c0702f440585a4f4a5d9137bd9",
|
"url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/35d262c94959571e8736db1e5c9bc36ab94ae900",
|
||||||
"reference": "a38c6198d53b09c0702f440585a4f4a5d9137bd9",
|
"reference": "35d262c94959571e8736db1e5c9bc36ab94ae900",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"icecave/parity": "1.0.0",
|
"ext-json": "*",
|
||||||
"marc-mabe/php-enum": "^2.0 || ^3.0 || ^4.0",
|
"marc-mabe/php-enum": "^4.0",
|
||||||
"php": ">=5.3.3"
|
"php": "^7.2 || ^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"friendsofphp/php-cs-fixer": "~2.2.20 || ~2.19.0",
|
"friendsofphp/php-cs-fixer": "3.3.0",
|
||||||
"json-schema/json-schema-test-suite": "1.2.0",
|
"json-schema/json-schema-test-suite": "1.2.0",
|
||||||
"phpunit/phpunit": "^4.8.35"
|
"marc-mabe/php-enum-phpstan": "^2.0",
|
||||||
|
"phpspec/prophecy": "^1.19",
|
||||||
|
"phpstan/phpstan": "^1.12",
|
||||||
|
"phpunit/phpunit": "^8.5"
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"bin/validate-json"
|
"bin/validate-json"
|
||||||
@@ -189,9 +77,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/jsonrainbow/json-schema/issues",
|
"issues": "https://github.com/jsonrainbow/json-schema/issues",
|
||||||
"source": "https://github.com/jsonrainbow/json-schema/tree/6.0.0"
|
"source": "https://github.com/jsonrainbow/json-schema/tree/6.4.1"
|
||||||
},
|
},
|
||||||
"time": "2024-07-30T17:49:21+00:00"
|
"time": "2025-04-04T13:08:07+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "marc-mabe/php-enum",
|
"name": "marc-mabe/php-enum",
|
||||||
@@ -3290,15 +3178,15 @@
|
|||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": {
|
||||||
"nextcloud/ocp": 20,
|
"roave/security-advisories": 20,
|
||||||
"roave/security-advisories": 20
|
"nextcloud/ocp": 20
|
||||||
},
|
},
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {},
|
"platform": [],
|
||||||
"platform-dev": {},
|
"platform-dev": [],
|
||||||
"platform-overrides": {
|
"platform-overrides": {
|
||||||
"php": "8.1"
|
"php": "8.1"
|
||||||
},
|
},
|
||||||
"plugin-api-version": "2.6.0"
|
"plugin-api-version": "2.3.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user