From fc489641c349ec3b1375a229ed8de88ebc86e2ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 20:33:02 +0000 Subject: [PATCH] php packages: update phpstan/phpstan requirement || ^2.0 Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Updates `phpstan/phpstan` to 2.0.4 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.0...2.0.4) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development dependency-group: all ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 12460d1..2e2a90a 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "minimum-stability": "dev", "require-dev": { "friendsofphp/php-cs-fixer": ">=2.18", - "phpstan/phpstan": "^1.10" + "phpstan/phpstan": "^1.10 || ^2.0" }, "require": { "php": ">=8.2",