From 8e2c128556957fb9119d34bc88e55aa8dfdd6f62 Mon Sep 17 00:00:00 2001 From: Tom J Nowell Date: Sun, 3 Dec 2023 21:08:13 +0000 Subject: [PATCH] switch PHPCS from the squizlabs to phpcs standards package the squizlabs package comes from a repo with no active admins, and active maintenance moved to the PHPCS Standards org, this repo should use the new package --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4988c09..e3cd61b 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpcompatibility/phpcompatibility-wp": "^2.1.2", "phpcsstandards/phpcsextra": "^1.0.2", "sirbrillig/phpcs-variable-analysis": "^v2.11.17", - "squizlabs/php_codesniffer": "^3.6.1", + "phpcsstandards/php_codesniffer": "^3.6.1", "wp-coding-standards/wpcs": "^3.0.0" }, "require-dev": {