From 713003ccfab377f7296461546d55eb45790c11fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 04:31:31 +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/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.5.0...12.6.0) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-version: 12.6.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 235c125..52d292a 100644 --- a/composer.json +++ b/composer.json @@ -70,6 +70,6 @@ "rector/rector": "^1.2", "roave/security-advisories": "dev-latest", "spatie/phpunit-snapshot-assertions": "^5.2", - "symplify/easy-coding-standard": "^12.5" + "symplify/easy-coding-standard": "^12.6" } }