From d9b94c681f744ce5519e3734552bcc036c371fc2 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Mon, 15 Jan 2024 17:24:15 +0100 Subject: [PATCH] [TASK] Update phpdomain/guides et all phpdomain/guides was breaking by the renaming of interfaces. require "phpstan/phpstan": "^1.10.56" as earlier versions fail with rector Added a rule to remove unused imports, didnt want to do it by hand ;) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a1419c..47cc130 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "friendsofphp/php-cs-fixer": "^3.39", "phpdocumentor/guides-cli": "dev-main", "phpstan/extension-installer": "^1.3", - "phpstan/phpstan": "^1.10", + "phpstan/phpstan": "^1.10.56", "phpstan/phpstan-strict-rules": "^1.5", "phpunit/phpunit": "^10.4", "rector/rector": "^0.18.10",