From 0ed3e64e98b04a3e3558ac20e38096b9a90b6831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 02:08:07 +0000 Subject: [PATCH] Update corpus/coding-standard requirement from ^0.8.0 to ^0.9.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.8.0...v0.9.0) --- updated-dependencies: - dependency-name: corpus/coding-standard dependency-version: 0.9.0 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 3c39c17..e18f0c8 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.8.0", + "corpus/coding-standard": "^0.9.0", "donatj/mddoc": "^0.10.0" }, "license": "MIT",