From 5689c45cf873b4e99719320e7b249eccc47ab640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:26:14 +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. Updates `squizlabs/php_codesniffer` to 3.12.2 - [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.12.1...3.12.2) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 3.12.2 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 95e171206a..085cb325fb 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ }, "require-dev": { "jparkinson1991/phpcodesniffer-standards": "^1.4", - "squizlabs/php_codesniffer": "3.12.1" + "squizlabs/php_codesniffer": "3.12.2" }, "config": { "optimize-autoloader": true,