From c3dc33a280fa85fdc6779322d6401cb44a2768e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 05:24:25 +0000 Subject: [PATCH] [TASK] Update seld/jsonlint requirement from ^1.10.2 to ^1.11.0 (#1365) 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.2...1.11.0) --- updated-dependencies: - dependency-name: seld/jsonlint dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1f978e6..837620a 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "phpstan/phpstan-strict-rules": "^1.6.0", "phpunit/phpunit": "^9.6.20", "saschaegerer/phpstan-typo3": "^1.10.1", - "seld/jsonlint": "^1.10.2", + "seld/jsonlint": "^1.11.0", "spaze/phpstan-disallowed-calls": "^3.4", "squizlabs/php_codesniffer": "^3.10.1", "ssch/typo3-rector": "^2.6.2",