diff --git a/composer.json b/composer.json index 9eb362ed..1446f933 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.5", "vimeo/psalm": "^4.7", "weirdan/doctrine-psalm-plugin": "^2.3" }, diff --git a/composer.lock b/composer.lock index 3ae020ed..d3d1ecd8 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": "54e150c0d5dcf31cb17e2b295cd04d9d", "packages": [ { "name": "composer/package-versions-deprecated", @@ -6403,20 +6403,29 @@ }, { "name": "symplify/easy-coding-standard", - "version": "11.2.10", + "version": "12.5.24", "source": { "type": "git", "url": "https://github.com/easy-coding-standard/easy-coding-standard.git", - "reference": "5fc343df9b86e154516ddf506f7fe0b421d7d5ef" + "reference": "4b90f2b6efed9508000968eac2397ac7aff34354" }, "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/4b90f2b6efed9508000968eac2397ac7aff34354", + "reference": "4b90f2b6efed9508000968eac2397ac7aff34354", + "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.5.24" + }, + "funding": [ + { + "url": "https://www.paypal.me/rectorphp", + "type": "custom" + }, + { + "url": "https://github.com/tomasvotruba", + "type": "github" + } + ], + "time": "2025-08-21T06:57:14+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" }