From 2a5aa377e8f64a755128ee038d6dc2206734bfe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 03:52:08 +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 0727555..125c79d 100644 --- a/composer.json +++ b/composer.json @@ -35,8 +35,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",