From 32a3b7b48e1c92f640f15874f87d0338d4b09102 Mon Sep 17 00:00:00 2001 From: dpi Date: Mon, 9 Dec 2024 16:08:35 +0800 Subject: [PATCH] stan v2 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 56761fc..e4f5d2e 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,9 @@ }, "require-dev": { "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^1.12.12", - "phpstan/phpstan-deprecation-rules": "^1.2.1", - "phpstan/phpstan-strict-rules": "^1.6.1", + "phpstan/phpstan": "^2.0.3", + "phpstan/phpstan-deprecation-rules": "^2.0.1", + "phpstan/phpstan-strict-rules": "^2", "phpunit/phpunit": "^11.5" }, "license": "MIT",