From aea4e8ad1c36f67450494309add6e29c99348fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:13:44 +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.9.0...3.9.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 1ddb6c0..ff6ff16 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "friendsofphp/php-cs-fixer": "^v3.52.1", "sirbrillig/phpcs-variable-analysis": "^2.11.17", "slevomat/coding-standard": "^8.15.0", - "squizlabs/php_codesniffer": "^3.9.0" + "squizlabs/php_codesniffer": "^3.9.1" }, "require-dev": { "phpstan/extension-installer": "^1.3.1",