Skip to content

Commit

Permalink
Move phpcs from squizlabs to phpcsstandards
Browse files Browse the repository at this point in the history
PHP_Codesniffer is being abandoned by squizlabs. See:

squizlabs/PHP_CodeSniffer#3932 (old org)
PHPCSStandards/PHP_CodeSniffer#109 (new org)

So it has been moved (copied, not transferred, not good, squizlabs)
to the PHPCSStandards organisation.

So this PR just moves us to start using the new organisation. Let's
see how things evolve. It would be so great if the new one gets some
support... (right now it's a 1-person project, basically).
  • Loading branch information
stronk7 committed Dec 2, 2023
1 parent a415a54 commit 1e6613d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"squizlabs/php_codesniffer": "^3.7.2",
"phpcsstandards/php_codesniffer": "^3.7.2",
"phpcsstandards/phpcsextra": "^1.1.0",
"phpcompatibility/php-compatibility": "dev-develop#0a17f9ed"
},
Expand Down

0 comments on commit 1e6613d

Please sign in to comment.