From 26b4df84e8afab4066d2a14298d53105aba0111c Mon Sep 17 00:00:00 2001 From: Yann Milin Date: Thu, 30 Dec 2021 17:03:25 +0100 Subject: [PATCH] Stop suggesting phpstan/phpstan --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 0cef4a3f..2bf0b517 100644 --- a/composer.json +++ b/composer.json @@ -24,9 +24,6 @@ "phpunit/phpunit": "^9.0", "jetbrains/phpstorm-attributes": "^1.0" }, - "suggest": { - "phpstan/phpstan": "Take advantage of checkUninitializedProperties with \\Spatie\\DataTransferObject\\PHPstan\\PropertiesAreAlwaysInitializedExtension" - }, "autoload": { "psr-4": { "Spatie\\DataTransferObject\\": "src"