From a5a2fe1a232280a77a66bc0d58393a81ffc0523f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:44:04 +0000 Subject: [PATCH] Update symplify/easy-coding-standard requirement from ^12.3.1 to ^12.3.2 Updates the requirements on [symplify/easy-coding-standard](https://github.com/easy-coding-standard/easy-coding-standard) to permit the latest version. - [Release notes](https://github.com/easy-coding-standard/easy-coding-standard/releases) - [Commits](https://github.com/easy-coding-standard/easy-coding-standard/compare/12.3.1...12.3.2) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7a1853b..3debc6f 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "phpunit/phpunit": "10.5.26", "rector/rector": "1.2.0", "spatie/phpunit-watcher": "^1.23", - "symplify/easy-coding-standard": "^12.3.1", + "symplify/easy-coding-standard": "^12.3.2", "vimeo/psalm": "^5.25" }, "config": {