From 341ce4cd0ede7ece178c768d51ee37881241c1f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 01:57:58 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpstan/phpstan | 2.2.1 | 2.2.2 | | packagist | phpunit/phpunit | 13.1.14 | 13.2.1 | --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 254c02e..a6c9398 100644 --- a/composer.json +++ b/composer.json @@ -12,14 +12,14 @@ ], "require": { "php": "~8.4.0 || ~8.5.0", - "phpstan/phpstan": "^2.2.1" + "phpstan/phpstan": "^2.2.2" }, "require-dev": { "nette/di": "^3.2.6", "nette/neon": "^3.4.8", "nikic/php-parser": "^4.19.2 || ^5.7.0", "phpstan/phpstan-phpunit": "^2.0.16", - "phpunit/phpunit": "^13.1.14", + "phpunit/phpunit": "^13.2.1", "slam/php-cs-fixer-extensions": "^3.15.0" }, "autoload": {