From f7ecc4698231427f5a6191cf3e226cdbc74c53ea Mon Sep 17 00:00:00 2001 From: Tekrane Julien Date: Mon, 12 Oct 2020 11:00:06 +0000 Subject: [PATCH] HOTFIX: Call for tenders README according dependencies. --- modules/oe_content_call_tenders/README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/modules/oe_content_call_tenders/README.md b/modules/oe_content_call_tenders/README.md index beca471c8..a2de89704 100644 --- a/modules/oe_content_call_tenders/README.md +++ b/modules/oe_content_call_tenders/README.md @@ -9,8 +9,9 @@ Before enabling this module, make sure the following modules are present in your ```json "require": { - "drupal/entity_reference_revisions": "~1.3", - "drupal/field_group": "~3.0", + "drupal/composite_reference": "~1.0-alpha2", + "drupal/entity_reference_revisions": "~1.3", + "drupal/field_group": "~3.0", } ``` @@ -18,9 +19,9 @@ The `field_group` module requires the following patches to be applied: ```json "patches": { - "drupal/field_group": { - "https://www.drupal.org/project/field_group/issues/2787179#comment-13467953": "https://www.drupal.org/files/issues/2020-02-17/2787179-highlight-html5-validation-45.patch" - } + "drupal/field_group": { + "https://www.drupal.org/project/field_group/issues/2787179#comment-13467953": "https://www.drupal.org/files/issues/2020-02-17/2787179-highlight-html5-validation-45.patch" + } } ``` @@ -28,10 +29,10 @@ In order to apply the patches above add the following to your project's `compose ```json "require": { - "cweagans/composer-patches": "^1.6" + "cweagans/composer-patches": "^1.6" }, "extra": { - "enable-patching": true + "enable-patching": true } ```