From b8020d437985168b98f5b8c113054b0a60e3a1a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:45:44 +0000 Subject: [PATCH] Update issue-bot --- issue-bot/composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/issue-bot/composer.json b/issue-bot/composer.json index 193072af2a..e320bde7ea 100644 --- a/issue-bot/composer.json +++ b/issue-bot/composer.json @@ -7,14 +7,14 @@ "knplabs/github-api": "^3.9", "league/commonmark": "^2.3", "nette/neon": "^3.3", - "nette/utils": "^3.2", + "nette/utils": "^4.0", "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", "react/child-process": "^0.6.7", "react/event-loop": "^1.6", "react/promise": "^3.3", - "symfony/console": "^6.1", - "symfony/finder": "^6.1" + "symfony/console": "^8.0", + "symfony/finder": "^8.0" }, "autoload": { "psr-4": { @@ -35,6 +35,6 @@ "minimum-stability": "dev", "prefer-stable": true, "require-dev": { - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^12.0" } }