From 0c552a851bc2c4ffd4ab5cebb6e77abb246dae05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 08:27:15 +0000 Subject: [PATCH] Update squizlabs/php_codesniffer requirement || ~4.0.0 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/4.x/CHANGELOG-4.x.md) - [Commits](https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.10.1...4.0.1) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 4.0.1 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 4a2fbda..0f65db0 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "nelmio/alice": "~3.8.0 || ~3.12.1", "theofidry/alice-data-fixtures": "~1.4.0 || ~1.6.0", "symfony/phpunit-bridge": "~4.4.24 || ~6.4.0", - "squizlabs/php_codesniffer": "~3.10.1" + "squizlabs/php_codesniffer": "~3.10.1 || ~4.0.0" }, "autoload": { "psr-4": {