From 41dc45ef06cc15cd23c3edb044d75fed6547a999 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 26 Jul 2024 13:37:58 +0545 Subject: [PATCH] chore: allow phpstan v1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 601cca82..df0261fe 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "friendsofphp/php-cs-fixer": "~2.17.1", "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6", "phpunit/php-invoker" : "^2.0 || ^3.1", - "phpstan/phpstan": "^0.12" + "phpstan/phpstan": "^0.12 || ^1.11" }, "suggest" : { "hoa/bench" : "If you would like to run the benchmark scripts"