From c5632861039fafa9de8aad24b2796c7b95992024 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:14:12 -0500 Subject: [PATCH] fix(deps): update phpstan packages to v2 (#737) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- drainpipe-dev/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drainpipe-dev/composer.json b/drainpipe-dev/composer.json index 34106ecf..371cc8b3 100644 --- a/drainpipe-dev/composer.json +++ b/drainpipe-dev/composer.json @@ -18,11 +18,11 @@ "davidrjonas/composer-lock-diff": "^1.7", "drupal/coder": "^8.3.26", "lullabot/drainpipe": "*", - "mglaman/phpstan-drupal": "^1.3.2", + "mglaman/phpstan-drupal": "^2.0.0", "mikey179/vfsstream": "^1.6.12", "mockery/mockery": "^1.6.12", "phpspec/prophecy-phpunit": "^2", - "phpstan/phpstan-deprecation-rules": "^1.2.1", + "phpstan/phpstan-deprecation-rules": "^2.0.1", "phpunit/phpunit": "^9|^10", "symfony/phpunit-bridge": "^6|^7", "symfony/yaml": "^6|^7",