From 396f730353df458fee24cf1c9d90db4f89e8d3c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 17:07:26 +0000 Subject: [PATCH] Update symplify/easy-coding-standard requirement from ^11.5 to ^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.5.0...12.0.5) --- 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 3587839..091def3 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require-dev": { "composer/installers": "^2.0", - "symplify/easy-coding-standard": "^11.5", + "symplify/easy-coding-standard": "^12.0", "humbug/php-scoper": "^0.17.5" }, "autoload": {