From a9faec1a8e3b3ddbcb5222d12c2c3bbf17f069fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 14:43:13 +0200 Subject: [PATCH] Update wearerequired/coding-standards requirement from ^3.0 (#230) Updates the requirements on [wearerequired/coding-standards](https://github.com/wearerequired/coding-standards) to permit the latest version. - [Release notes](https://github.com/wearerequired/coding-standards/releases) - [Changelog](https://github.com/wearerequired/coding-standards/blob/master/CHANGELOG.md) - [Commits](https://github.com/wearerequired/coding-standards/compare/2.0.0...3.0.0) --- updated-dependencies: - dependency-name: wearerequired/coding-standards dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ae38256..63edb3e 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "php-stubs/wp-cli-stubs": "^2.4", "phpunit/phpunit": "^7.5.20", "szepeviktor/phpstan-wordpress": "^1.1", - "wearerequired/coding-standards": "^2.0", + "wearerequired/coding-standards": "^3.0", "wp-cli/extension-command": "^2.0", "wp-cli/rewrite-command": "^2.0", "wp-cli/wp-cli-tests": "^3.0.11",