From 48bd88ff6334c72582c8f04032724196ddfa90dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:03:51 +0000 Subject: [PATCH] [composer/dev](deps-dev): Bump symplify/easy-coding-standard Bumps [symplify/easy-coding-standard](https://github.com/ecsphp/ecs) from 13.2.3 to 13.3.0. - [Release notes](https://github.com/ecsphp/ecs/releases) - [Commits](https://github.com/ecsphp/ecs/compare/13.2.3...13.3.0) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-version: 13.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index e3ffcbe6..0281e46d 100644 --- a/composer.lock +++ b/composer.lock @@ -8140,29 +8140,26 @@ }, { "name": "symplify/easy-coding-standard", - "version": "13.2.3", + "version": "13.3.0", "source": { "type": "git", "url": "https://github.com/ecsphp/ecs.git", - "reference": "94f56bce0420d4e837a85c4b2c6501293a5974eb" + "reference": "f672131b66a8482d8b68d9331c9a76fad2e9b424" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ecsphp/ecs/zipball/94f56bce0420d4e837a85c4b2c6501293a5974eb", - "reference": "94f56bce0420d4e837a85c4b2c6501293a5974eb", + "url": "https://api.github.com/repos/ecsphp/ecs/zipball/f672131b66a8482d8b68d9331c9a76fad2e9b424", + "reference": "f672131b66a8482d8b68d9331c9a76fad2e9b424", "shasum": "" }, "require": { "php": ">=7.2" }, "conflict": { - "friendsofphp/php-cs-fixer": "<3.95.1", - "phpcsstandards/php_codesniffer": "<4.0.1", + "friendsofphp/php-cs-fixer": "<3.95.20", + "phpcsstandards/php_codesniffer": "<4.0.4", "symplify/coding-standard": "<13.0" }, - "suggest": { - "ext-dom": "Needed to support checkstyle output format in class CheckstyleOutputFormatter" - }, "bin": [ "bin/ecs" ], @@ -8184,9 +8181,9 @@ "static analysis" ], "support": { - "source": "https://github.com/ecsphp/ecs/tree/13.2.3" + "source": "https://github.com/ecsphp/ecs/tree/13.3.0" }, - "time": "2026-06-15T22:08:41+00:00" + "time": "2026-09-07T06:47:35+00:00" }, { "name": "theseer/tokenizer",