From 509e122b7f75efd0b01fc8c2fb58d2eb36979d31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 05:23:42 +0000 Subject: [PATCH] Update symplify/easy-coding-standard requirement from ^11.1 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.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 92519b7..11020d3 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "psr/simple-cache": "^1.0" }, "require-dev": { - "symplify/easy-coding-standard": "^11.1", + "symplify/easy-coding-standard": "^12.0", "typo3/testing-framework": "^6.16 || ^7.0", "php-parallel-lint/php-parallel-lint": "^1.3", "phpstan/phpstan": "^1.8",