From 0e8517bea5d376cda486b9e4020b26fcf418f308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:53:44 +0000 Subject: [PATCH] Update phlak/coding-standards requirement from ^3.0 to ^3.0 || ^4.0 Updates the requirements on [phlak/coding-standards](https://github.com/PHLAK/CodingStandards) to permit the latest version. - [Release notes](https://github.com/PHLAK/CodingStandards/releases) - [Commits](https://github.com/PHLAK/CodingStandards/compare/3.0.0...4.0.0) --- updated-dependencies: - dependency-name: phlak/coding-standards 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 740d1bd..61b2545 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "php": ">=8.2", - "phlak/coding-standards": "^3.0", + "phlak/coding-standards": "^3.0 || ^4.0", "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^11.0", "psy/psysh": "^0.12.5",