From c7a87bdd57003e0b0b3d2042b008303f06b50a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 02:16:26 +0000 Subject: [PATCH] Update symplify/easy-coding-standard requirement from ^12.2 to ^13.0 Updates the requirements on [symplify/easy-coding-standard](https://github.com/easy-coding-standard/easy-coding-standard) to permit the latest version. - [Release notes](https://github.com/easy-coding-standard/easy-coding-standard/releases) - [Commits](https://github.com/easy-coding-standard/easy-coding-standard/compare/12.2.0...13.0.0) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-version: 13.0.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 390bbc013..f494c16b5 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpunit/phpunit": "^10.0", "rector/rector": "^1.0.0", "symplify/easy-ci": "^12.1", - "symplify/easy-coding-standard": "^12.2", + "symplify/easy-coding-standard": "^13.0", "symplify/phpstan-extensions": "^11.1", "symplify/phpstan-rules": "^12.0", "webmozart/assert": "^1.10"