From f64bd8726a6fa14195d429f300082e721ddcca7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 22:13:58 +0000 Subject: [PATCH] Update wp-coding-standards/wpcs requirement from ^2.3 to ^3.1 Updates the requirements on [wp-coding-standards/wpcs](https://github.com/WordPress/WordPress-Coding-Standards) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3760101..df0298d 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require-dev": { "phpunit/phpunit": "^9.5", "yoast/phpunit-polyfills": "^2.0", - "wp-coding-standards/wpcs": "^2.3", + "wp-coding-standards/wpcs": "^3.1", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1" }, "config": {