Skip to content

Commit

Permalink
OPENEUROPA-3271: Add patch for emr.
Browse files Browse the repository at this point in the history
  • Loading branch information
hernani committed Jun 8, 2020
1 parent 5a7ffce commit b2d8ecc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prefer-stable": true,
"require": {
"drupal/core": "^8.8",
"drupal/entity_meta_relation": "~1.0-beta5",
"openeuropa/entity_meta_relation": "dev-OPENEUROPA-3271",
"drupal/search_api": "~1.17",
"php": ">=7.2"
},
Expand Down Expand Up @@ -52,6 +52,11 @@
"build/profiles/contrib/{$name}": ["type:drupal-profile"],
"build/modules/contrib/{$name}": ["type:drupal-module"],
"build/themes/contrib/{$name}": ["type:drupal-theme"]
},
"patches": {
"drupal/entity_meta_relation": {
"latest-master": "https://github.com/openeuropa/entity_meta_relation/compare/8.x-1.0-beta5...8.x-1.x.diff"
}
}
},
"config": {
Expand Down

0 comments on commit b2d8ecc

Please sign in to comment.