From 71ea74c7ae936e8293621c119df9b9470d7e37e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:21:44 +0000 Subject: [PATCH] chore(deps-dev): update phpstan/phpstan requirement || ^2.0.0 in /it/php Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.2.0...2.0.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- it/php/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/php/composer.json b/it/php/composer.json index 0d6db4c0e6..786a9e9dce 100644 --- a/it/php/composer.json +++ b/it/php/composer.json @@ -11,7 +11,7 @@ "microsoft/kiota-authentication-phpleague": "*" }, "require-dev": { - "phpstan/phpstan": "^1.2.0" + "phpstan/phpstan": "^1.2.0 || ^2.0.0" }, "minimum-stability": "stable", "license": "MIT",