From c92e3f1dc17cb01172be3627648fec7cfe56af56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 05:45:34 +0000 Subject: [PATCH] Update squizlabs/php_codesniffer requirement from ^3.8.0 to ^3.8.1 (#1115) 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/master/CHANGELOG.md) - [Commits](https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.8.0...3.8.1) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 88f26c2..4de377c 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ "phpunit/phpunit": "^9.6.15", "saschaegerer/phpstan-typo3": "^1.9.1", "seld/jsonlint": "^1.10.1", - "squizlabs/php_codesniffer": "^3.8.0", + "squizlabs/php_codesniffer": "^3.8.1", "symfony/console": "^5.4 || ^6.4", "symfony/translation": "^5.4 || ^6.4", "symfony/yaml": "^5.3.6 || ^6.2.0",