From 4e3bb377944081200aa36ec3a640b78c34d5e26b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 05:59:58 +0000 Subject: [PATCH] Update slevomat/coding-standard requirement from ~7.2 to ~8.12 Updates the requirements on [slevomat/coding-standard](https://github.com/slevomat/coding-standard) to permit the latest version. - [Release notes](https://github.com/slevomat/coding-standard/releases) - [Commits](https://github.com/slevomat/coding-standard/compare/7.2.0...8.12.0) --- updated-dependencies: - dependency-name: slevomat/coding-standard 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 e781a2a..258829d 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "phpunit/phpunit": "^9", "roave/security-advisories": "dev-master", "roots/wordpress": "~6.1.1", - "slevomat/coding-standard": "~7.2", + "slevomat/coding-standard": "~8.12", "squizlabs/php_codesniffer": "^3.2", "wp-phpunit/wp-phpunit": "~6.1.1", "yoast/phpunit-polyfills": "^1.0.2"