From bf23689c0f6c757f27479655254ebf6df9b4087e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 00:39:47 +0000 Subject: [PATCH] Update umbrellio/code-style-php requirement from ^1.0 to ^1.0 || ^2.0 Updates the requirements on [umbrellio/code-style-php](https://github.com/umbrellio/code-style-php) to permit the latest version. - [Release notes](https://github.com/umbrellio/code-style-php/releases) - [Commits](https://github.com/umbrellio/code-style-php/compare/1.0...2.0) --- updated-dependencies: - dependency-name: umbrellio/code-style-php 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 bd22d1d..b57b5c3 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "hemp/presenter": "^3.0" }, "require-dev": { - "umbrellio/code-style-php": "^1.0", + "umbrellio/code-style-php": "^1.0 || ^2.0", "orchestra/testbench": "^9.0", "symplify/easy-coding-standard": "^9.3.15", "php-coveralls/php-coveralls": "^2.1"