From 4681d39eaaf1e005484ddf9ec28fc00ce876848d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 19:54:18 +0000 Subject: [PATCH] Update symplify/easy-coding-standard requirement || ^12.0 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/11.0.1...12.0.6) --- 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 ffe26ed..18718de 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "orchestra/testbench": "^8.0", "mockery/mockery": "^1.0", "mikey179/vfsstream": "^1.6", - "symplify/easy-coding-standard": "^11.0", + "symplify/easy-coding-standard": "^11.0 || ^12.0", "laravel/legacy-factories": "*", "php-coveralls/php-coveralls": "^2.1", "squizlabs/php_codesniffer": "^3.5"