From ef0c1fd72c0ed8c4f17adeab9c2fc6bf36e3a232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 16:23:43 -0500 Subject: [PATCH] Update corpus/coding-standard requirement from ^0.7.0 (#26) * Update corpus/coding-standard requirement || ^0.7.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.6.0...v0.7.0) --- updated-dependencies: - dependency-name: corpus/coding-standard dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Update composer.json --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Donat --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 95cfa1a..d25285d 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } }, "require-dev": { - "corpus/coding-standard": "^0.6.0", + "corpus/coding-standard": "^0.7.0", "donatj/drop": "^1.0", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "~7.5|~9.3",