From 464cee41dc4b7c31cff20d1feaadccfa7d0bcc89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 03:02:47 +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) - [Commits](https://github.com/sirbrillig/phpcs-variable-analysis/compare/v2.10.2...v2.11.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5611368..223866d 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": "^7.1", "phpcompatibility/phpcompatibility-wp": "2.1.1", - "sirbrillig/phpcs-variable-analysis": "2.10.2", + "sirbrillig/phpcs-variable-analysis": "2.11.0", "slevomat/coding-standard": "6.4.1", "wp-coding-standards/wpcs": "2.3.0" },