From a56a9b75698d7e88906ab6441d2114a2d4ea135e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 09:36: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 6b704b867a..dda4564d46 100644 --- a/issue-bot/composer.json +++ b/issue-bot/composer.json @@ -6,11 +6,11 @@ "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", - "symfony/console": "^6.1", - "symfony/finder": "^6.1" + "symfony/console": "^8.0", + "symfony/finder": "^8.0" }, "autoload": { "psr-4": { @@ -31,6 +31,6 @@ "minimum-stability": "dev", "prefer-stable": true, "require-dev": { - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^12.0" } }