From 5326b1544c5efadf35e49166b84968145e033e29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 20:14:09 +0000 Subject: [PATCH] composer(deps-dev): bump symplify/easy-coding-standard Bumps [symplify/easy-coding-standard](https://github.com/easy-coding-standard/ecs) from 12.6.2 to 13.1.6. - [Release notes](https://github.com/easy-coding-standard/ecs/releases) - [Commits](https://github.com/easy-coding-standard/ecs/compare/12.6.2...13.1.6) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-version: 13.1.6 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 33 +++++++++++---------------------- 2 files changed, 12 insertions(+), 23 deletions(-) diff --git a/composer.json b/composer.json index 8028a2f..c490068 100644 --- a/composer.json +++ b/composer.json @@ -91,7 +91,7 @@ "symfony/phpunit-bridge": "^7.3", "symfony/stopwatch": "^7.3", "symfony/web-profiler-bundle": "^7.3", - "symplify/easy-coding-standard": "^12.0" + "symplify/easy-coding-standard": "^13.1" }, "replace": { "symfony/polyfill-ctype": "*", diff --git a/composer.lock b/composer.lock index 5daa4ea..1a580ab 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d84a921ecc832a189a074413c7eaf99f", + "content-hash": "6f01b4967459e7152859f8512fd61f2c", "packages": [ { "name": "api-platform/core", @@ -16023,25 +16023,25 @@ }, { "name": "symplify/easy-coding-standard", - "version": "12.6.2", + "version": "13.1.6", "source": { "type": "git", - "url": "https://github.com/easy-coding-standard/ecs.git", - "reference": "7a6798aa424f0ecafb1542b6f5207c5a99704d3d" + "url": "https://github.com/ecsphp/ecs.git", + "reference": "af5d4a2475246f6acdd4d3a1fe2bb2187ec6b8a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/easy-coding-standard/ecs/zipball/7a6798aa424f0ecafb1542b6f5207c5a99704d3d", - "reference": "7a6798aa424f0ecafb1542b6f5207c5a99704d3d", + "url": "https://api.github.com/repos/ecsphp/ecs/zipball/af5d4a2475246f6acdd4d3a1fe2bb2187ec6b8a0", + "reference": "af5d4a2475246f6acdd4d3a1fe2bb2187ec6b8a0", "shasum": "" }, "require": { "php": ">=7.2" }, "conflict": { - "friendsofphp/php-cs-fixer": "<3.46", - "phpcsstandards/php_codesniffer": "<3.8", - "symplify/coding-standard": "<12.1" + "friendsofphp/php-cs-fixer": "<3.95.1", + "phpcsstandards/php_codesniffer": "<4.0.1", + "symplify/coding-standard": "<13.0" }, "suggest": { "ext-dom": "Needed to support checkstyle output format in class CheckstyleOutputFormatter" @@ -16067,20 +16067,9 @@ "static analysis" ], "support": { - "issues": "https://github.com/easy-coding-standard/ecs/issues", - "source": "https://github.com/easy-coding-standard/ecs/tree/12.6.2" + "source": "https://github.com/easy-coding-standard/ecs/tree/13.1.6" }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2025-10-29T08:51:50+00:00" + "time": "2026-06-09T22:39:42+00:00" }, { "name": "theseer/tokenizer",