From 77bf0e5117ebf2e07dc996b8c4cdfe15e4d96f2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 01:52:46 +0000 Subject: [PATCH] Update symplify/easy-coding-standard requirement || ^12.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 1ef7d52..b761910 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "rector/rector": "^0.16", "roave/security-advisories": "dev-latest", "symfony/var-dumper": "^6.0", - "symplify/easy-coding-standard": "^11.1", + "symplify/easy-coding-standard": "^11.1 || ^12.0", "php-parallel-lint/php-parallel-lint": "^1.3", "qossmic/deptrac-shim": "^1.0" },