Skip to content

Commit

Permalink
Mark the repo as abandoned
Browse files Browse the repository at this point in the history
See: 3932
  • Loading branch information
jrfnl committed Dec 4, 2023
1 parent 7763e2e commit d23aaac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d23aaac

Please sign in to comment.