From a2008b278001288df58f498068cca6f8f9656486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 04:26:16 +0000 Subject: [PATCH] Update symplify/easy-coding-standard requirement from ^10.0 to ^12.3 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/10.0.0...12.3.1) --- 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 151595f..0e58eef 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "nette/di": "^3.0" }, "require-dev": { - "symplify/easy-coding-standard": "^10.0", + "symplify/easy-coding-standard": "^12.3", "phpstan/phpstan": "^0.12.18", "phpstan/phpstan-nette": "^0.12.6" },