From dabd834a447437f6e93c6b76a85fbe4515aafd7d Mon Sep 17 00:00:00 2001 From: Martin Guth Date: Tue, 16 Apr 2024 11:03:41 +0200 Subject: [PATCH] Remove markdown check which is removed from ECS --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 541af95..20493d0 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,6 @@ ], "analyze": [ "vendor/bin/ecs check src/ tests/ ecs.php ecs-8.1.php ecs-8.2.php ecs-8.3.php --ansi", - "vendor/bin/ecs check README.md --ansi", "vendor/bin/phpstan analyze -c phpstan.neon --ansi" ], "fix": [