Skip to content

Commit d23aaac

Browse files
committed
Mark the repo as abandoned
See: 3932
1 parent 7763e2e commit d23aaac

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
> [!WARNING]
2+
> This repository has been abandoned. Its successor is [PHPCSStandards/PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer/)
3+
>
4+
> See issue [#3932](https://github.com/squizlabs/PHP_CodeSniffer/issues/3932) for more information.
5+
>
6+
7+
18
## About
29

310
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.

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"require-dev": {
3535
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
3636
},
37+
"abandoned": "phpcsstandards/php_codesniffer",
3738
"bin": [
3839
"bin/phpcs",
3940
"bin/phpcbf"

0 commit comments

Comments
 (0)