From f257f6801055fdd78e412d6d1adc1607be062f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:12:38 +0000 Subject: [PATCH] Update symplify/easy-coding-standard requirement from ^12.1 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.1.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 670a02e..b3cfa65 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "friendsofphp/php-cs-fixer": "^3.16", "phpunit/phpunit": "^11.2.9", "rector/rector": "^2.0.8", - "symplify/easy-coding-standard": "^12.1" + "symplify/easy-coding-standard": "^13.0" }, "autoload": { "psr-4": {