From d1d36290919592c36bbb306a42541795ed368dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 11:46:05 +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.2) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-version: 13.2.2 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..972071a 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.2" }, "suggest": { "symfony/yaml": "Required for OpenApi::toYaml() output (^6.0 || ^7.0)."