From d7dd8224af12a7b7237f121b9972c0f9b5b1e0ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 04:02:38 +0000 Subject: [PATCH] Update sirbrillig/phpcs-variable-analysis requirement Updates the requirements on [sirbrillig/phpcs-variable-analysis](https://github.com/sirbrillig/phpcs-variable-analysis) to permit the latest version. - [Release notes](https://github.com/sirbrillig/phpcs-variable-analysis/releases) - [Changelog](https://github.com/sirbrillig/phpcs-variable-analysis/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/sirbrillig/phpcs-variable-analysis/compare/v2.13.0...v3.0.0) --- updated-dependencies: - dependency-name: sirbrillig/phpcs-variable-analysis dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9009540..a54218a 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require": { "php": "^7.4 || ^8.0", "phpcompatibility/phpcompatibility-wp": "2.1.8", - "sirbrillig/phpcs-variable-analysis": "2.13.0", + "sirbrillig/phpcs-variable-analysis": "3.0.0", "slevomat/coding-standard": "8.22.1", "squizlabs/php_codesniffer": "3.13.5", "wp-coding-standards/wpcs": "3.4.1"