From be96b19781e3cf38d500352359d04ac477b5f953 Mon Sep 17 00:00:00 2001 From: Matt Wiebe Date: Wed, 19 Jul 2023 19:54:07 -0500 Subject: [PATCH] use latest wp coding standards --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 16e1add..8cf4ec0 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "phpcompatibility/php-compatibility": "*", "phpcompatibility/phpcompatibility-wp": "*", "squizlabs/php_codesniffer": "3.*", - "wp-coding-standards/wpcs": "*", + "wp-coding-standards/wpcs": "dev-develop", "yoast/phpunit-polyfills": "^2.0", "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0", "sirbrillig/phpcs-variable-analysis": "^2.11",