From bf97d8d184ccddc7a454439843a56a5c88f0aeed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 13:35:26 +0000 Subject: [PATCH] Update dependency phpstan/phpstan-strict-rules to ^2.0.2 | datasource | package | from | to | | ---------- | ---------------------------- | ----- | ----- | | packagist | phpstan/phpstan-strict-rules | 2.0.1 | 2.0.2 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 57b97e62..53247f3b 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,7 @@ "phpstan/phpstan": "^2.1.1", "phpstan/phpstan-deprecation-rules": "^2.0.1", "phpstan/phpstan-phpunit": "^2.0.3", - "phpstan/phpstan-strict-rules": "^2.0.1", + "phpstan/phpstan-strict-rules": "^2.0.2", "squizlabs/php_codesniffer": "^3.11.2", "symfony/filesystem": "^6.4.13 || ^7.2.0" },