From 973fa27e27c1eefc8f38a1853cbcddeb7cd6f6ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 23:23:13 +0000 Subject: [PATCH] build(deps-dev): update squizlabs/php_codesniffer requirement || ^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.11.0...4.0.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 4.0.0 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 e6903fa..5148a03 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require-dev": { "lion/test": "^2.0 || ^3.0", "phpstan/phpstan": "^2.0", - "squizlabs/php_codesniffer": "^3.11", + "squizlabs/php_codesniffer": "^3.11 || ^4.0", "phpunit/phpunit": "^12.0", "infection/infection": "^0.29.14 || ^0.31.0", "overtrue/phplint": "^9.5"