From 76e8f5618b1be9376f588707df122b18b1190458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 19:19:27 +0000 Subject: [PATCH] Bump justinrainbow/json-schema from 5.2.13 to 5.3.0 Bumps [justinrainbow/json-schema](https://github.com/jsonrainbow/json-schema) from 5.2.13 to 5.3.0. - [Release notes](https://github.com/jsonrainbow/json-schema/releases) - [Commits](https://github.com/jsonrainbow/json-schema/compare/5.2.13...5.3.0) --- updated-dependencies: - dependency-name: justinrainbow/json-schema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 21 ++++++++------------- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index be04147d4..3072877c0 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "require": { "php": ">=7.4", - "justinrainbow/json-schema": "^5.2", + "justinrainbow/json-schema": "^5.3", "php-parallel-lint/php-parallel-lint": "1.4", "phpstan/phpstan": "1.11.6", "phpstan/phpstan-deprecation-rules": "1.2.0", diff --git a/composer.lock b/composer.lock index fc07bed6a..3fb2914f6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ca9d9d2250dcca392dccc1528524ecd8", + "content-hash": "809dbfff22e10f4e39e994a96ab6d518", "packages": [ { "name": "beberlei/assert", @@ -221,20 +221,20 @@ }, { "name": "justinrainbow/json-schema", - "version": "v5.2.13", + "version": "5.3.0", "source": { "type": "git", "url": "https://github.com/jsonrainbow/json-schema.git", - "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793" + "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793", - "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", + "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", @@ -245,11 +245,6 @@ "bin/validate-json" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0.x-dev" - } - }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" @@ -285,9 +280,9 @@ ], "support": { "issues": "https://github.com/jsonrainbow/json-schema/issues", - "source": "https://github.com/jsonrainbow/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" }, { "name": "nette/http",