From c93c3155655ade57715dd157cc7244f3ca686b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 17:51:24 +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.3) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-version: 13.1.3 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..0b329ab 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.3" }, "suggest": { "symfony/yaml": "Required for OpenApi::toYaml() output (^6.0 || ^7.0)."