From 7a43d48a20f5d807bca4beb6630b3c51adefcbbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 08:48:16 +0000 Subject: [PATCH 1/2] Update corpus/coding-standard requirement || ^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.6.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 799c70b..3bdd6e3 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } }, "require-dev": { - "corpus/coding-standard": "^0.6.0", + "corpus/coding-standard": "^0.6.0 || ^0.9.0", "donatj/drop": "^1.1", "friendsofphp/php-cs-fixer": "^3.48", "phpunit/phpunit": "^9.6", From e032d5b206a86c608847f146bbd7d310b254ff2e Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Tue, 1 Jul 2025 08:28:13 -0500 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3bdd6e3..edc212e 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } }, "require-dev": { - "corpus/coding-standard": "^0.6.0 || ^0.9.0", + "corpus/coding-standard": "^0.9.0", "donatj/drop": "^1.1", "friendsofphp/php-cs-fixer": "^3.48", "phpunit/phpunit": "^9.6",