From b98bb4debb000262b7e86d3481f7abd643da5692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:31:25 +0000 Subject: [PATCH] [DEPS]: Update automattic/vipwpcs requirement from ^2.0 to ^3.0 Updates the requirements on [automattic/vipwpcs](https://github.com/Automattic/VIP-Coding-Standards) to permit the latest version. - [Release notes](https://github.com/Automattic/VIP-Coding-Standards/releases) - [Changelog](https://github.com/Automattic/VIP-Coding-Standards/blob/develop/CHANGELOG.md) - [Commits](https://github.com/Automattic/VIP-Coding-Standards/compare/2.0.0...3.0.1) --- updated-dependencies: - dependency-name: automattic/vipwpcs 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 00814ff..5abc498 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ }, "require-dev": { "phpunit/phpunit": "^8.3", - "automattic/vipwpcs": "^2.0", + "automattic/vipwpcs": "^3.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "automattic/phpcs-neutron-standard": "^1.5", "squizlabs/php_codesniffer": "^3.4"