From 3d9fde7ea06f7a1142a2a161c3e90537c24d4c65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:44:24 +0000 Subject: [PATCH] build(deps-dev): update symplify/easy-coding-standard requirement Updates the requirements on [symplify/easy-coding-standard](https://github.com/ecsphp/ecs) to permit the latest version. - [Release notes](https://github.com/ecsphp/ecs/releases) - [Commits](https://github.com/ecsphp/ecs/compare/13.1.5...13.2.0) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-version: 13.2.0 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 ae04c5e..f246f68 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.5" + "symplify/easy-coding-standard": "13.2.0" }, "suggest": { "symfony/yaml": "Required for OpenApi::toYaml() output (^6.0 || ^7.0)."