From f4a220e365c2a919959e53ba87a6099dcba17072 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Tue, 17 Mar 2026 14:45:34 -0300 Subject: [PATCH] Composer: use the canonical squizlabs/php_codesniffer package name The `phpcsstandards/php_codesniffer` Composer package was registered during the PHP_CodeSniffer project takeover, but has since been marked as abandoned (https://packagist.org/packages/phpcsstandards/php_codesniffer). The canonical package name is `squizlabs/php_codesniffer`, which is developed at https://github.com/PHPCSStandards/PHP_CodeSniffer. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 44815c4..74ad2f4 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "pestphp/pest": "^4.1", "php-parallel-lint/php-parallel-lint": "^1.3", "phpcompatibility/php-compatibility": "^9.3", - "phpcsstandards/php_codesniffer": "^4.0.0", + "squizlabs/php_codesniffer": "^4.0.0", "phpstan/phpstan": "^2.1" }, "autoload": {