From ccdd9abec087893733eadf3bbe5728f09bd08caf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 05:07:20 +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 c8659ea..0601ad8 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "umbrellio/code-style-php": "^1.0", "phpunit/phpunit": "^8.3|^9.0|^10.0", "php-coveralls/php-coveralls": "^2.1", - "symplify/easy-coding-standard": "^9.3.15", + "symplify/easy-coding-standard": "^9.3.15 || ^12.0.0", "orchestra/testbench": "^7.0|^8.0" }, "scripts": {