From 5650bc0d66fdccb9451caef86accdc2c80b28766 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:40:50 +0000 Subject: [PATCH] [TASK] Update PHPStan packages | datasource | package | from | to | | ---------- | ----------------------- | ------ | ------ | | packagist | phpstan/phpstan | 2.2.4 | 2.2.5 | | packagist | phpstan/phpstan-phpunit | 2.0.17 | 2.0.18 | --- 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 0fbe96a..6852fcf 100644 --- a/Tests/CGL/composer.json +++ b/Tests/CGL/composer.json @@ -4,8 +4,8 @@ "ergebnis/composer-normalize": "2.52.0", "friendsofphp/php-cs-fixer": "3.95.11", "phpstan/extension-installer": "1.4.3", - "phpstan/phpstan": "2.2.4", - "phpstan/phpstan-phpunit": "2.0.17", + "phpstan/phpstan": "2.2.5", + "phpstan/phpstan-phpunit": "2.0.18", "phpstan/phpstan-symfony": "2.0.20", "saschaegerer/phpstan-typo3": "3.0.1", "shipmonk/composer-dependency-analyser": "1.8.4",