From 7afd0c6b0f174410fd61cc274db307df959cb887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 18:20:55 +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.5. - [Release notes](https://github.com/easy-coding-standard/ecs/releases) - [Commits](https://github.com/easy-coding-standard/ecs/compare/12.6.2...13.1.5) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-version: 13.1.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 31 ++++++++++--------------------- 2 files changed, 11 insertions(+), 22 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..afa42e5 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.5", "source": { "type": "git", "url": "https://github.com/easy-coding-standard/ecs.git", - "reference": "7a6798aa424f0ecafb1542b6f5207c5a99704d3d" + "reference": "96294d652c17ccffabb7d36f9d116dd5f0e6b84e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/easy-coding-standard/ecs/zipball/7a6798aa424f0ecafb1542b6f5207c5a99704d3d", - "reference": "7a6798aa424f0ecafb1542b6f5207c5a99704d3d", + "url": "https://api.github.com/repos/easy-coding-standard/ecs/zipball/96294d652c17ccffabb7d36f9d116dd5f0e6b84e", + "reference": "96294d652c17ccffabb7d36f9d116dd5f0e6b84e", "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.5" }, - "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-05-30T09:12:26+00:00" }, { "name": "theseer/tokenizer",