From 08695065209f1d882dd75de5c263b8eb3b493c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 00:02:22 +0000 Subject: [PATCH] Update symplify/easy-coding-standard requirement || ^12.0.0 Updates the requirements on [symplify/easy-coding-standard](https://github.com/easy-coding-standard/easy-coding-standard) to permit the latest version. - [Release notes](https://github.com/easy-coding-standard/easy-coding-standard/releases) - [Commits](https://github.com/easy-coding-standard/easy-coding-standard/compare/v9.3.15...12.3.1) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard 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..549b667 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require-dev": { "umbrellio/code-style-php": "^1.0", "orchestra/testbench": "^9.0", - "symplify/easy-coding-standard": "^9.3.15", + "symplify/easy-coding-standard": "^9.3.15 || ^12.0.0", "php-coveralls/php-coveralls": "^2.1" }, "scripts": {