From dd9cd4f7c56208ad8eb71569b0c7aaf96dc34a94 Mon Sep 17 00:00:00 2001 From: William Hall Date: Thu, 28 Nov 2024 15:38:12 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20phpstan=202.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e9c9547..f0ebe95 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require-dev": { "orchestra/testbench": "^8.0 || ^9.0", "php-parallel-lint/php-parallel-lint": "^1.3", - "phpstan/phpstan": "^1", + "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^10.0", "squizlabs/php_codesniffer": "^3.6" },