From 00c1ff3d06c07f3167019af9424c30fd9990b8a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 06:45:25 +0000 Subject: [PATCH] Update symplify/easy-coding-standard requirement from ^12.5 to ^13.1 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/12.5.0...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 86b69d18..23a5557f 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpunit": "^8.5|^9.5", - "symplify/easy-coding-standard": "^12.5", + "symplify/easy-coding-standard": "^13.1", "tomasvotruba/unused-public": "^2.2", "vlucas/phpdotenv": "^5.4" },