From 25440832b3f600bccc23c98fbc0fef7899d91c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 03:41:24 +0000 Subject: [PATCH] Update squizlabs/php_codesniffer requirement from ^3.5 to ^3.6 Updates the requirements on [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) to permit the latest version. - [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases) - [Commits](https://github.com/squizlabs/PHP_CodeSniffer/compare/3.5.0...3.6.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ebde4b9a5..1b1c03a35 100644 --- a/composer.json +++ b/composer.json @@ -66,7 +66,7 @@ "phpunit/phpunit": "^8.5.13 || ^9.3.8", "slim/http": "^1.2", "slim/psr7": "^1.3", - "squizlabs/php_codesniffer": "^3.5", + "squizlabs/php_codesniffer": "^3.6", "weirdan/prophecy-shim": "^1.0 || ^2.0.2" }, "autoload": {