From 6016ac89d55748329df621c1b869b4aef390a6b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:02:14 +0000 Subject: [PATCH] Update symplify/easy-coding-standard requirement from ^11.0 to ^12.1 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.0.1...12.1.8) --- 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 98424ac..8fe6292 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "jangregor/phpstan-prophecy": "^1.0", "phpstan/extension-installer": "^1.1", "saschaegerer/phpstan-typo3": "^1.8.0", - "symplify/easy-coding-standard": "^11.0", + "symplify/easy-coding-standard": "^12.1", "phpstan/phpstan-strict-rules": "^1.4.4", "typo3/cms-rte-ckeditor": "^10.4 || ^11.5 || ^12.4" },