From 467bbba068a4ee9a88e104c2d8ce9f912a93e604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 22:52:59 +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/11.1.0...12.0.6) --- 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 ae1616a..6811bd4 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ ], "require-dev": { "phpunit/phpunit": "^9.5.0", - "symplify/easy-coding-standard": "^11.1.0", + "symplify/easy-coding-standard": "^11.1.0 || ^12.0.0", "symfony/polyfill-intl-grapheme": "^1.26.0", "phpstan/phpstan": "^1.8.0", "infection/infection": "^0.26.0",