From 21112c32a989bd7b90f7ee30843d2c4e183c05a3 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 16 Oct 2024 15:46:14 +0100 Subject: [PATCH] Update PHPStan. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2db30ead..06f68aa3 100644 --- a/composer.json +++ b/composer.json @@ -36,8 +36,8 @@ "johnbillion/wp-compat": "0.2.3", "lucatume/wp-browser": "3.2.1", "phpcompatibility/phpcompatibility-wp": "2.1.5", - "phpstan/phpstan": "1.12.2", - "phpstan/phpstan-deprecation-rules": "1.2.0", + "phpstan/phpstan": "1.12.6", + "phpstan/phpstan-deprecation-rules": "1.2.1", "phpstan/phpstan-phpunit": "1.4.0", "roots/wordpress-core-installer": "1.100.0", "roots/wordpress-full": "*",