diff --git a/modules/oe_content_call_tenders/README.md b/modules/oe_content_call_tenders/README.md index beca471c8..4bab26e44 100644 --- a/modules/oe_content_call_tenders/README.md +++ b/modules/oe_content_call_tenders/README.md @@ -9,6 +9,7 @@ Before enabling this module, make sure the following modules are present in your ```json "require": { + "drupal/composite_reference": "~1.0-alpha2", "drupal/entity_reference_revisions": "~1.3", "drupal/field_group": "~3.0", } @@ -20,7 +21,7 @@ The `field_group` module requires the following patches to be applied: "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" - } + } } ```