From b31accd2b02a9ff5cc0b968d0df23f68dde81120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 22:31:36 +0000 Subject: [PATCH] composer(deps): update squizlabs/php_codesniffer requirement Updates the requirements on [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to permit the latest version. - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.8.0...3.8.1) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer 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 ddac62c..707813b 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "friendsofphp/php-cs-fixer": "^v3.46.0", "sirbrillig/phpcs-variable-analysis": "^2.11.17", "slevomat/coding-standard": "^8.14.1", - "squizlabs/php_codesniffer": "^3.8.0" + "squizlabs/php_codesniffer": "^3.8.1" }, "require-dev": { "phpstan/extension-installer": "^1.3.1",