From 2060c2f89458d6ea5c7dc9052e6c67cfc5e335ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 02:32:39 +0000 Subject: [PATCH] Update corpus/coding-standard requirement from ^0.7.0 to ^0.8.0 Updates the requirements on [corpus/coding-standard](https://github.com/CorpusPHP/CodingStandard) to permit the latest version. - [Release notes](https://github.com/CorpusPHP/CodingStandard/releases) - [Commits](https://github.com/CorpusPHP/CodingStandard/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: corpus/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 4f8cf9a..f6c285c 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "phpunit/phpunit": "4.* | ~8.5 | ^9.0", "friendsofphp/php-cs-fixer": "^3.16", "squizlabs/php_codesniffer": "^3.6", - "corpus/coding-standard": "^0.7.0", + "corpus/coding-standard": "^0.8.0", "donatj/mddoc": "^0.9.0" }, "license": "MIT",