From 6ecc32f4a4ef1cc385f069be0a929ca2796c2d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 05:18:29 +0000 Subject: [PATCH] composer(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.0.0...13.1.2) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-version: 13.1.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 5c19ae0..8948872 100644 --- a/composer.json +++ b/composer.json @@ -74,6 +74,6 @@ "rector/rector": "^1.2", "roave/security-advisories": "dev-latest", "spatie/phpunit-snapshot-assertions": "^5.3", - "symplify/easy-coding-standard": "^13.0" + "symplify/easy-coding-standard": "^13.1" } }