diff --git a/issue-bot/composer.json b/issue-bot/composer.json index 9f0f2c5794..8b04a1eb91 100644 --- a/issue-bot/composer.json +++ b/issue-bot/composer.json @@ -7,7 +7,7 @@ "league/commonmark": "^2.3", "nette/neon": "^3.3", "nette/utils": "^3.2", - "phpstan/phpstan-strict-rules": "1.5.x-dev", + "phpstan/phpstan-strict-rules": "^1.4", "symfony/console": "^6.1", "symfony/finder": "^6.1" }, @@ -26,7 +26,5 @@ }, "require-dev": { "phpunit/phpunit": "^9.5" - }, - "minimum-stability": "dev", - "prefer-stable": true + } }