From 346aa7963ed90f836003ae989d4b603adea42640 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:15:42 +0000 Subject: [PATCH] [TASK] Update PHPStan packages to v2 | datasource | package | from | to | | ---------- | -------------------------- | ----- | ----- | | packagist | jangregor/phpstan-prophecy | 1.0.2 | 2.0.0 | | packagist | phpstan/phpstan-phpunit | 1.4.2 | 2.0.3 | --- Tests/CGL/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/CGL/composer.json b/Tests/CGL/composer.json index 46e652d8..a19ffae4 100644 --- a/Tests/CGL/composer.json +++ b/Tests/CGL/composer.json @@ -9,9 +9,9 @@ "eliashaeussler/rector-config": "^3.0", "ergebnis/composer-normalize": "^2.15", "helmich/typo3-typoscript-lint": "^3.0", - "jangregor/phpstan-prophecy": "^1.0", + "jangregor/phpstan-prophecy": "^2.0", "phpstan/extension-installer": "^1.3", - "phpstan/phpstan-phpunit": "^1.0", + "phpstan/phpstan-phpunit": "^2.0", "saschaegerer/phpstan-typo3": "^1.0", "ssch/typo3-rector": "^2.0", "typo3/coding-standards": "^0.6.0 || ^0.7.0 || ^0.8.0"