From 3c89b60560116843b72531d20d2fab5369c8ea4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 23:56:51 +0000 Subject: [PATCH] Update slevomat/coding-standard requirement from ^7.0 to ^7.0 || ^8.0 Updates the requirements on [slevomat/coding-standard](https://github.com/slevomat/coding-standard) to permit the latest version. - [Release notes](https://github.com/slevomat/coding-standard/releases) - [Commits](https://github.com/slevomat/coding-standard/compare/7.0.0...8.9.2) --- updated-dependencies: - dependency-name: slevomat/coding-standard 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 abf042e..2a189be 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "phpunit/phpunit": "^9.5", "psr/http-message": "^1.0 || ^2.0", "etsglobal/php-static-analysis": "^2.0", - "slevomat/coding-standard": "^7.0", + "slevomat/coding-standard": "^7.0 || ^8.0", "squizlabs/php_codesniffer": "^3.6", "symfony/phpunit-bridge": "^6.0", "symfony/http-client-contracts": "^3.0",