From e8bff7cc60df3bad7316f791ee15979b65e09ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 02:08:11 +0000 Subject: [PATCH] chore(deps-dev): 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/4.x/CHANGELOG-4.x.md) - [Commits](https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.13.2...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 6985528..2b27caf 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0", "jetbrains/phpstorm-stubs": "^2024.3", "phpmd/phpmd": "^2.15.0", - "squizlabs/php_codesniffer": "^3.13.2", + "squizlabs/php_codesniffer": "^4.0.0", "vimeo/psalm": "^6.0", "zebra-north/phpcs-short-types": "^1.0" },