From 33e367e13b988c7cb685f81e98167b30492378f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 14:47:47 +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 4c4e2c3..5b5253f 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.13.4", - "wp-coding-standards/wpcs": "2.3.0" + "wp-coding-standards/wpcs": "3.3.0" }, "scripts": { "config-set": "vendor/bin/phpcs --config-set installed_paths wpcs",