Skip to content

Commit

Permalink
HOTFIX: Call for tenders README according dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
julien- committed Oct 12, 2020
1 parent f7599cf commit f7ecc46
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions modules/oe_content_call_tenders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,30 @@ 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",
}
```

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"
}
}
```

In order to apply the patches above add the following to your project's `composer.json` file:

```json
"require": {
"cweagans/composer-patches": "^1.6"
"cweagans/composer-patches": "^1.6"
},
"extra": {
"enable-patching": true
"enable-patching": true
}
```

Expand Down

0 comments on commit f7ecc46

Please sign in to comment.