From 87b83d5497338d8984f4492b6bd23e33e2fc9fb2 Mon Sep 17 00:00:00 2001 From: Mika Tuupola Date: Fri, 15 Nov 2024 19:28:50 +0200 Subject: [PATCH] Pin phpstan to 1.8.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 445a2fd..3bf01ad 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.8", + "phpstan/phpstan": "^1.8.3", "psr/http-server-middleware": "^1.0", "symfony/stopwatch": "^4.0|^5.0|^6.0", "tuupola/callable-handler": "^1.0"