From d081965e40e9b9c2eb9fbac8e41f4311c3d34117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 00:33:07 +0000 Subject: [PATCH] Update symplify/easy-coding-standard requirement from ^9.4 to ^10.0 Updates the requirements on [symplify/easy-coding-standard](https://github.com/symplify/easy-coding-standard) to permit the latest version. - [Release notes](https://github.com/symplify/easy-coding-standard/releases) - [Commits](https://github.com/symplify/easy-coding-standard/compare/9.4.1...10.0.0) --- 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 1887d2d..95b4ae3 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpunit/phpunit": "^9.5", "psalm/plugin-laravel": "^1.5", "rector/rector": "^0.12.5", - "symplify/easy-coding-standard": "^9.4", + "symplify/easy-coding-standard": "^10.0", "vimeo/psalm": "^4.13" }, "autoload": {