From 804be56fd6e80af01009a2769167b167fef70ce5 Mon Sep 17 00:00:00 2001 From: vincent-gao Date: Tue, 12 May 2020 11:47:50 +1000 Subject: [PATCH] fix drupal coder issue (#34) --- composer.dev.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.dev.json b/composer.dev.json index edada0b..bcc2ab2 100644 --- a/composer.dev.json +++ b/composer.dev.json @@ -41,7 +41,8 @@ "sort-packages": true }, "conflict": { - "drupal/core": "7.*" + "drupal/core": "7.*", + "drupal/coder": ">8.3.8" }, "repositories": { "drupal": {