From ddd1545714c6186059940c2deb0e1b4cac290ffe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 09:00:49 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan-deprecation-rules to v2 | datasource | package | from | to | | ---------- | --------------------------------- | ----- | ----- | | packagist | phpstan/phpstan-deprecation-rules | 1.1.4 | 2.0.0 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7a68703..4679901 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "maglnet/composer-require-checker": "4.4.0", "phpstan/extension-installer": "1.3.1", "phpstan/phpstan": "1.10.57", - "phpstan/phpstan-deprecation-rules": "1.1.4", + "phpstan/phpstan-deprecation-rules": "2.0.0", "phpstan/phpstan-phpunit": "1.3.15", "phpstan/phpstan-strict-rules": "1.5.2", "phpunit/phpunit": "9.6.16",