From 1d6bafa27a52c0543a7845b2a0e48822f232a702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 00:28:11 +0000 Subject: [PATCH] Upgraded: 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/master/CHANGELOG.md) - [Commits](https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.8.0...3.11.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 04a18ab..3809afa 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpunit/phpunit": "^10.5", "rector/rector": "^0.19.2", "slevomat/coding-standard": "^8.14", - "squizlabs/php_codesniffer": "^3.8", + "squizlabs/php_codesniffer": "^3.11", "yoast/phpunit-polyfills": "^2.0" }, "require-dev": {