From 9b19e65bace8fd19890d6c04004cbdc540967f00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 03:01:06 +0000 Subject: [PATCH] Update symplify/easy-coding-standard requirement --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-version: 13.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d496d56..7833771 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "type": "library", "require": { "php": "^7.4|^8.0|^8.1|^8.2|^8.3|^8.4", - "symplify/easy-coding-standard": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0" + "symplify/easy-coding-standard": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0" }, "minimum-stability": "stable", "prefer-stable": true