From 252a0ecc23aff7d204fe11df203a716629f19421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 18:08:22 +0000 Subject: [PATCH] Update wp-coding-standards/wpcs requirement from ^0.14.1 to ^2.3.0 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/0.14.1...2.3.0) --- updated-dependencies: - dependency-name: wp-coding-standards/wpcs 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 1331bbf..87430df 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "phpunit/phpunit": "^5.5", "phpcompatibility/php-compatibility": "*", "squizlabs/php_codesniffer": "3.*", - "wp-coding-standards/wpcs": "^0.14.1" + "wp-coding-standards/wpcs": "^2.3.0" }, "license": "MIT", "authors": [