diff --git a/composer.json b/composer.json index c94865a..f620cab 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.2", "vimeo/psalm": "5.24.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index 3e8fa2a..c9542a7 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": "5328b2732d7067e4129892e144fa49bc", + "content-hash": "4d21f454869f889860503115d4d3a7fb", "packages": [ { "name": "prewk/option", @@ -4811,16 +4811,16 @@ }, { "name": "symplify/easy-coding-standard", - "version": "12.1.14", + "version": "12.3.2", "source": { "type": "git", "url": "https://github.com/easy-coding-standard/easy-coding-standard.git", - "reference": "e3c4a241ee36704f7cf920d5931f39693e64afd5" + "reference": "cc6f11357b457e9dbf2fd14f6ee47fd266d50e73" }, "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/cc6f11357b457e9dbf2fd14f6ee47fd266d50e73", + "reference": "cc6f11357b457e9dbf2fd14f6ee47fd266d50e73", "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.2" }, "funding": [ { @@ -4865,7 +4868,7 @@ "type": "github" } ], - "time": "2024-02-23T13:10:40+00:00" + "time": "2024-07-21T18:39:09+00:00" }, { "name": "thecodingmachine/safe",