From 38648ab4048fe10898f30e9c22e2d33936168ff0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 03:59:07 +0000 Subject: [PATCH] [TASK] Update PHPStan packages to v2 | datasource | package | from | to | | ---------- | ----------------------- | ------- | ----- | | packagist | phpstan/phpstan | 1.12.12 | 2.0.3 | | packagist | phpstan/phpstan-phpunit | 1.4.1 | 2.0.1 | --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3fff62e..5a43d90 100644 --- a/composer.json +++ b/composer.json @@ -36,8 +36,8 @@ "friendsofphp/php-cs-fixer": "^3.57", "helmich/typo3-typoscript-lint": "^3.0", "phpstan/extension-installer": "^1.2", - "phpstan/phpstan": "^1.10", - "phpstan/phpstan-phpunit": "^1.3", + "phpstan/phpstan": "^1.10 || ^2.0", + "phpstan/phpstan-phpunit": "^1.3 || ^2.0", "phpunit/phpcov": "^8.2 || ^9.0 || ^10.0", "saschaegerer/phpstan-typo3": "^1.8", "ssch/typo3-rector": "^2.0",