From a445c5624168a951980fd143b69d120661b8c159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 23:17:55 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^1.10 to ^1.10 || ^2.0 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.1.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.0...2.1.12) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.12 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 7f85e63..e2dc1f9 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "amphp/sync": "^1.4", "fakerphp/faker": "^1.19", "opis/closure": "^3.6", - "phpstan/phpstan": "^1.10", + "phpstan/phpstan": "^1.10 || ^2.0", "phpunit/php-invoker": "^2.0|^3.1|^4.0", "phpunit/phpunit": "^8.5|^9.6|^10.0", "symplify/easy-coding-standard": "^12.0"