From a2bc11cdd3f314a6c2b371fe622eaa22af30b9c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 22:42:28 +0000 Subject: [PATCH] Update squizlabs/php_codesniffer requirement from ^2.5 to ^3.12 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/2.5.0...3.12.1) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 3.12.1 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 576eb37..9491997 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^9.5|^10.0|^11.0", - "squizlabs/php_codesniffer": "^2.5", + "squizlabs/php_codesniffer": "^3.12", "orchestra/testbench": "^4.18|^6.21|^8.0|^9.0|^10.0", "mockery/mockery": "^1.3" },