From 9e8b02a80371460fb93611414895f0b501196961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:49:28 +0000 Subject: [PATCH] Update squizlabs/php_codesniffer requirement from ^3.10 to ^3.11 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.10.0...3.11.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer 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 2a1fd74..bac5675 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "friendsofphp/php-cs-fixer": "^v3.64", "pestphp/pest-plugin-parallel": "^1.2", "phpmd/phpmd": "^2.15", - "squizlabs/php_codesniffer": "^3.10", + "squizlabs/php_codesniffer": "^3.11", "vimeo/psalm": "^5.26.1" }, "autoload": {