From 3993a15b9e57e10dd4cef3ede228b262f8a6f4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 16:23:40 +0000 Subject: [PATCH] Update wp-coding-standards/wpcs requirement Updates the requirements on [wp-coding-standards/wpcs](https://github.com/WordPress/WordPress-Coding-Standards) to permit the latest version. Updates `wp-coding-standards/wpcs` to 3.1.0 - [Release notes](https://github.com/WordPress/WordPress-Coding-Standards/releases) - [Changelog](https://github.com/WordPress/WordPress-Coding-Standards/blob/develop/CHANGELOG.md) - [Commits](https://github.com/WordPress/WordPress-Coding-Standards/compare/2.3.0...3.1.0) --- updated-dependencies: - dependency-name: wp-coding-standards/wpcs dependency-version: 3.1.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 475a8ee..88bc220 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require-dev": { "phpunit/phpunit": "^9.5", "yoast/phpunit-polyfills": "^4.0", - "wp-coding-standards/wpcs": "^2.3", + "wp-coding-standards/wpcs": "^3.1", "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0", "php-stubs/wordpress-stubs": "^6.8", "szepeviktor/phpstan-wordpress": "^1.3",