From c9513ce093490528c8556d1c72285aa8dd976b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:37:32 +0000 Subject: [PATCH] Update seld/jsonlint requirement from ^1.10 to ^1.11 Updates the requirements on [seld/jsonlint](https://github.com/Seldaek/jsonlint) to permit the latest version. - [Release notes](https://github.com/Seldaek/jsonlint/releases) - [Changelog](https://github.com/Seldaek/jsonlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/Seldaek/jsonlint/compare/1.10.0...1.11.0) --- updated-dependencies: - dependency-name: seld/jsonlint 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 2ab1e6e..ee6ee76 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require": { "php": ">=7.4", - "seld/jsonlint": "^1.10", + "seld/jsonlint": "^1.11", "swaggest/json-schema": "^0.12.42", "symfony/polyfill-php81": "^1.30", "ext-json": "*",