From c791c6ea0b5fd6eb16c132342b450e875b52cbc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 16:11:54 +0000 Subject: [PATCH] Update swaggest/json-schema requirement from ^0.12.42 to ^0.12.43 Updates the requirements on [swaggest/json-schema](https://github.com/swaggest/php-json-schema) to permit the latest version. - [Release notes](https://github.com/swaggest/php-json-schema/releases) - [Changelog](https://github.com/swaggest/php-json-schema/blob/master/CHANGELOG.md) - [Commits](https://github.com/swaggest/php-json-schema/compare/v0.12.42...v0.12.43) --- updated-dependencies: - dependency-name: swaggest/json-schema dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index faf6cb2..598f66b 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": ">=7.4", "seld/jsonlint": "^1.11", - "swaggest/json-schema": "^0.12.42", + "swaggest/json-schema": "^0.12.43", "symfony/polyfill-php81": "^1.31", "ext-json": "*", "ext-libxml": "*",