From e6676626b0edc154135a69f3cebe8fcbd7fde698 Mon Sep 17 00:00:00 2001 From: Vladyslav Yarysh Date: Tue, 7 Jan 2025 11:06:59 +0200 Subject: [PATCH] bump phpstan version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5939d62..bfc7c32 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ }, "require-dev": { "ext-json": "*", - "phpstan/phpstan": "1.9.*", + "phpstan/phpstan": "1.11.*", "squizlabs/php_codesniffer": "3.7.*", "symfony/phpunit-bridge": "^3.4 || ^4.1.12 || ^5.0 || ^6.0 || ^7.0", "phpunit/phpunit": "^8.5 || ^9.0",