From d1e9d882a59d7c7548a42a756a9b24cc6482e7cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 07:40:09 +0000 Subject: [PATCH] Update squizlabs/php_codesniffer requirement from ^3.3 to ^3.3 || ^4.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.3.0...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 adb6ad3..f406e0d 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0 || ^11.0", "ext-xdebug": "*", "php": "~7.1 || ~8.0", - "squizlabs/php_codesniffer": "^3.3", + "squizlabs/php_codesniffer": "^3.3 || ^4.0", "php-parallel-lint/php-parallel-lint": "^1.3" }, "autoload-dev": {