From d23aaac98300839c3b1f6f0670f3c45c21ec3366 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 7 Nov 2023 02:08:29 +0100 Subject: [PATCH 1/2] Mark the repo as abandoned See: 3932 --- README.md | 7 +++++++ composer.json | 1 + 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 859de432c6..25c51c7cbf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +> [!WARNING] +> This repository has been abandoned. Its successor is [PHPCSStandards/PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer/) +> +> See issue [#3932](https://github.com/squizlabs/PHP_CodeSniffer/issues/3932) for more information. +> + + ## About PHP_CodeSniffer is a set of two PHP scripts; the main `phpcs` script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second `phpcbf` script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent. diff --git a/composer.json b/composer.json index 37f41a0b80..fd3b70f831 100644 --- a/composer.json +++ b/composer.json @@ -34,6 +34,7 @@ "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, + "abandoned": "phpcsstandards/php_codesniffer", "bin": [ "bin/phpcs", "bin/phpcbf" From c6c65ca0dc8608ba87631523b97b2f8d5351a854 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 6 Dec 2023 11:28:34 +0100 Subject: [PATCH 2/2] 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"