diff --git a/issue-bot/composer.json b/issue-bot/composer.json index 1d35a96375..81b1ce27b2 100644 --- a/issue-bot/composer.json +++ b/issue-bot/composer.json @@ -6,10 +6,10 @@ "knplabs/github-api": "^3.9", "league/commonmark": "^2.3", "nette/neon": "^3.3", - "nette/utils": "^3.2", + "nette/utils": "^4.0", "phpstan/phpstan-strict-rules": "^2.0", - "symfony/console": "^6.1", - "symfony/finder": "^6.1" + "symfony/console": "^7.0", + "symfony/finder": "^7.0" }, "autoload": { "psr-4": { @@ -27,6 +27,6 @@ "minimum-stability": "dev", "prefer-stable": true, "require-dev": { - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^12.0" } }