From a767335aef9394b574a8723919da8ae3c1b07fb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 07:04:35 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | --------------------------------- | ------- | ------- | | packagist | carthage-software/mago | 1.27.1 | 1.47.3 | | packagist | phpstan/phpstan | 2.1.54 | 2.2.9 | | packagist | phpstan/phpstan-deprecation-rules | 2.0.4 | 2.0.5 | | packagist | phpstan/phpstan-phpunit | 2.0.16 | 2.0.18 | | packagist | phpstan/phpstan-strict-rules | 2.0.11 | 2.0.12 | | packagist | phpstan/phpstan-symfony | 2.0.17 | 2.0.20 | | packagist | phpunit/phpunit | 11.5.55 | 11.5.56 | --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index e6c7c27..300eddd 100644 --- a/composer.json +++ b/composer.json @@ -43,17 +43,17 @@ "webmozart/assert": "^1.10 || ^2.0" }, "require-dev": { - "carthage-software/mago": "^1.27.1", + "carthage-software/mago": "^1.47.3", "doctrine/coding-standard": "^14.0.0", "ergebnis/composer-normalize": "^2.52.0", "php-standard-library/phpstan-extension": "^2.1.0", - "phpstan/phpstan": "^2.1.54", - "phpstan/phpstan-deprecation-rules": "^2.0.4", - "phpstan/phpstan-phpunit": "^2.0.16", - "phpstan/phpstan-strict-rules": "^2.0.11", - "phpstan/phpstan-symfony": "^2.0.17", + "phpstan/phpstan": "^2.2.9", + "phpstan/phpstan-deprecation-rules": "^2.0.5", + "phpstan/phpstan-phpunit": "^2.0.18", + "phpstan/phpstan-strict-rules": "^2.0.12", + "phpstan/phpstan-symfony": "^2.0.20", "phpstan/phpstan-webmozart-assert": "^2.0.0", - "phpunit/phpunit": "^11.5.55", + "phpunit/phpunit": "^11.5.56", "roave/security-advisories": "dev-master", "symfony/config": "^6.4 || ^7.4 || ^8.0.8", "symfony/options-resolver": "^6.4 || ^7.4 || ^8.0.8",