From eaaad6c7c1d5f49b50c2d5557635b044dd8638ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 07:26:03 +0000 Subject: [PATCH] composer(deps-dev): bump symplify/easy-coding-standard Bumps [symplify/easy-coding-standard](https://github.com/easy-coding-standard/easy-coding-standard) from 12.1.14 to 12.3.4. - [Release notes](https://github.com/easy-coding-standard/easy-coding-standard/releases) - [Commits](https://github.com/easy-coding-standard/easy-coding-standard/compare/12.1.14...12.3.4) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 0a02e19..7483cc1 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "infection/infection": "0.27.11", "phpunit/phpunit": "10.5.15", "psalm/plugin-phpunit": "0.19.0", - "symplify/easy-coding-standard": "12.1.14", + "symplify/easy-coding-standard": "12.3.4", "vimeo/psalm": "5.24.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index abe53c3..bcf6b58 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": "3322230176c514a6213af5173848b5ca", + "content-hash": "86dced12457a68354ff3f4adeb09afcd", "packages": [ { "name": "prewk/result", @@ -4811,16 +4811,16 @@ }, { "name": "symplify/easy-coding-standard", - "version": "12.1.14", + "version": "12.3.4", "source": { "type": "git", "url": "https://github.com/easy-coding-standard/easy-coding-standard.git", - "reference": "e3c4a241ee36704f7cf920d5931f39693e64afd5" + "reference": "03cd792d7fa6d9dc59b6e12a5ca73d9873ee9c0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/e3c4a241ee36704f7cf920d5931f39693e64afd5", - "reference": "e3c4a241ee36704f7cf920d5931f39693e64afd5", + "url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/03cd792d7fa6d9dc59b6e12a5ca73d9873ee9c0e", + "reference": "03cd792d7fa6d9dc59b6e12a5ca73d9873ee9c0e", "shasum": "" }, "require": { @@ -4831,6 +4831,9 @@ "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" ], @@ -4853,7 +4856,7 @@ ], "support": { "issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues", - "source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/12.1.14" + "source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/12.3.4" }, "funding": [ { @@ -4865,7 +4868,7 @@ "type": "github" } ], - "time": "2024-02-23T13:10:40+00:00" + "time": "2024-08-01T07:55:09+00:00" }, { "name": "thecodingmachine/safe",