From 1fe04b56a09e7df8ebe0ed9cc00d736113f54080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 20:10:27 +0000 Subject: [PATCH] Update squizlabs/php_codesniffer requirement from 3.7.1 to 3.7.2 Updates the requirements on [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) to permit the latest version. - [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases) - [Commits](https://github.com/squizlabs/PHP_CodeSniffer/compare/3.7.1...3.7.2) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer 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 c369c003..2d8b6698 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "friendsofphp/php-cs-fixer": "v3.14.4", "phpcompatibility/phpcompatibility-wp": "2.1.4", "sirbrillig/phpcs-variable-analysis": "v2.11.10", - "squizlabs/php_codesniffer": "3.7.1", + "squizlabs/php_codesniffer": "3.7.2", "woocommerce/woocommerce-sniffs": "^0.1.3", "wp-coding-standards/wpcs": "2.3.0", "wp-phpunit/wp-phpunit": "6.1.1",