From be8b4e5b1573a799859d6aaebf29bd94938ff755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:02:22 +0000 Subject: [PATCH] [composer/dev](deps-dev): Bump symplify/easy-coding-standard Bumps [symplify/easy-coding-standard](https://github.com/easy-coding-standard/easy-coding-standard) from 11.2.10 to 12.6.2. - [Release notes](https://github.com/easy-coding-standard/easy-coding-standard/releases) - [Commits](https://github.com/easy-coding-standard/easy-coding-standard/compare/11.2.10...12.6.2) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-version: 12.6.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 49 ++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 41 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 9eb362ed..a7d305cb 100644 --- a/composer.json +++ b/composer.json @@ -85,7 +85,7 @@ "symfony/stopwatch": "^5.2", "symfony/var-dumper": "^5.2", "symfony/web-profiler-bundle": "^5.2", - "symplify/easy-coding-standard": "^11.0", + "symplify/easy-coding-standard": "^12.6", "vimeo/psalm": "^4.7", "weirdan/doctrine-psalm-plugin": "^2.3" }, diff --git a/composer.lock b/composer.lock index 3ae020ed..05a02829 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": "a6086772ccea6352f7ab40e18417210e", + "content-hash": "297193c17d42a6cbd1ff8b1630ec58d9", "packages": [ { "name": "composer/package-versions-deprecated", @@ -6403,20 +6403,29 @@ }, { "name": "symplify/easy-coding-standard", - "version": "11.2.10", + "version": "12.6.2", "source": { "type": "git", "url": "https://github.com/easy-coding-standard/easy-coding-standard.git", - "reference": "5fc343df9b86e154516ddf506f7fe0b421d7d5ef" + "reference": "7a6798aa424f0ecafb1542b6f5207c5a99704d3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/5fc343df9b86e154516ddf506f7fe0b421d7d5ef", - "reference": "5fc343df9b86e154516ddf506f7fe0b421d7d5ef" + "url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/7a6798aa424f0ecafb1542b6f5207c5a99704d3d", + "reference": "7a6798aa424f0ecafb1542b6f5207c5a99704d3d", + "shasum": "" }, "require": { "php": ">=7.2" }, + "conflict": { + "friendsofphp/php-cs-fixer": "<3.46", + "phpcsstandards/php_codesniffer": "<3.8", + "symplify/coding-standard": "<12.1" + }, + "suggest": { + "ext-dom": "Needed to support checkstyle output format in class CheckstyleOutputFormatter" + }, "bin": [ "bin/ecs" ], @@ -6426,10 +6435,32 @@ "bootstrap.php" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer" + "description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer", + "keywords": [ + "Code style", + "automation", + "fixer", + "static analysis" + ], + "support": { + "issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues", + "source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/12.6.2" + }, + "funding": [ + { + "url": "https://www.paypal.me/rectorphp", + "type": "custom" + }, + { + "url": "https://github.com/tomasvotruba", + "type": "github" + } + ], + "time": "2025-10-29T08:51:50+00:00" }, { "name": "theseer/tokenizer", @@ -6634,7 +6665,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { @@ -6642,6 +6673,6 @@ "ext-ctype": "*", "ext-iconv": "*" }, - "platform-dev": [], - "plugin-api-version": "2.2.0" + "platform-dev": {}, + "plugin-api-version": "2.6.0" }