From 9ce148e7fe6de7736fecda2caebda5958eb52653 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:29:12 +0000 Subject: [PATCH] [TASK] Update PHPStan packages to v2 | datasource | package | from | to | | ---------- | ----------------------- | ------ | ----- | | packagist | phpstan/phpstan | 1.12.9 | 2.0.0 | | packagist | phpstan/phpstan-phpunit | 1.4.0 | 2.0.0 | | packagist | phpstan/phpstan-symfony | 1.4.12 | 2.0.0 | --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d885f24..f6de183 100644 --- a/composer.json +++ b/composer.json @@ -28,9 +28,9 @@ "ergebnis/composer-normalize": "^2.42", "friendsofphp/php-cs-fixer": "^3.57", "phpstan/extension-installer": "^1.3", - "phpstan/phpstan": "^1.10", - "phpstan/phpstan-phpunit": "^1.3", - "phpstan/phpstan-symfony": "^1.3", + "phpstan/phpstan": "^1.10 || ^2.0", + "phpstan/phpstan-phpunit": "^1.3 || ^2.0", + "phpstan/phpstan-symfony": "^1.3 || ^2.0", "phpunit/phpcov": "^9.0 || ^10.0", "saschaegerer/phpstan-typo3": "^1.10", "ssch/typo3-rector": "^2.0",