From 93cfc1f2911bc7e8caa3a0d03918bbb9915663ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:27:20 +0000 Subject: [PATCH] build(deps-dev): update symplify/easy-coding-standard requirement Updates the requirements on [symplify/easy-coding-standard](https://github.com/easy-coding-standard/ecs) to permit the latest version. - [Release notes](https://github.com/easy-coding-standard/ecs/releases) - [Commits](https://github.com/easy-coding-standard/ecs/compare/13.1.2...13.1.5) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-version: 13.1.5 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 fd97455..ae04c5e 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan-strict-rules": "^2.0", "rector/rector": "^2.2", "symfony/yaml": "^6.0 || ^7.0", - "symplify/easy-coding-standard": "13.1.2" + "symplify/easy-coding-standard": "13.1.5" }, "suggest": { "symfony/yaml": "Required for OpenApi::toYaml() output (^6.0 || ^7.0)."