From 3842ef4ffe3207216f496190234ce39f4381149b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 19:47:05 +0000 Subject: [PATCH] Update dependency wp-coding-standards/wpcs to v3 --- app/wp-content/themes/md-starter/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/wp-content/themes/md-starter/composer.json b/app/wp-content/themes/md-starter/composer.json index 0770ad9..de87210 100644 --- a/app/wp-content/themes/md-starter/composer.json +++ b/app/wp-content/themes/md-starter/composer.json @@ -5,7 +5,7 @@ }, "require-dev": { "squizlabs/php_codesniffer": "3.8.0", - "wp-coding-standards/wpcs": "2.3.0" + "wp-coding-standards/wpcs": "3.0.1" }, "scripts": { "config-set": "vendor/bin/phpcs --config-set installed_paths wpcs",