From c6c65ca0dc8608ba87631523b97b2f8d5351a854 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 6 Dec 2023 11:28:34 +0100 Subject: [PATCH] Composer: don't mark as abandoned ... as the package name for the Composer package on Packagist will remain the same. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index fd3b70f831..37f41a0b80 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,6 @@ "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, - "abandoned": "phpcsstandards/php_codesniffer", "bin": [ "bin/phpcs", "bin/phpcbf"