From 0e9a4d5b3522e6d337fff4c55b13c51bad790ccf Mon Sep 17 00:00:00 2001 From: sasezaki Date: Wed, 16 Oct 2024 21:33:51 +0900 Subject: [PATCH] Allow phpstan 2 - phpstan/phpstan:^1.12 || ^2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d9eeec9..10cba5e 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ ], "require": { "php": "^7.2.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", - "phpstan/phpstan": "^1.12", + "phpstan/phpstan": "^1.12 || ^2.0", "struggle-for-php/sfp-stubs-psr-log": "^1.0.1 || ^2 || ^3.0.1" }, "require-dev": {