From ae21be2a061473d195e0730dc67834022ecf80a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 21:44:29 +0000 Subject: [PATCH] Update bartlett/sarif-php-sdk requirement from ^1.2 to ^1.2 || ^2.0 Updates the requirements on [bartlett/sarif-php-sdk](https://github.com/llaville/sarif-php-sdk) to permit the latest version. - [Release notes](https://github.com/llaville/sarif-php-sdk/releases) - [Changelog](https://github.com/llaville/sarif-php-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/llaville/sarif-php-sdk/compare/1.2.0...2.0.0) --- updated-dependencies: - dependency-name: bartlett/sarif-php-sdk dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 928c5569..cd607a60 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "symfony/yaml": "^6.4 || ^7.0" }, "require-dev": { - "bartlett/sarif-php-sdk": "^1.2", + "bartlett/sarif-php-sdk": "^1.2 || ^2.0", "php-parallel-lint/php-console-highlighter": "^1.0", "brainmaestro/composer-git-hooks": "^3.0.0", "jetbrains/phpstorm-stubs": "^2024.1",