Skip to content

Commit

Permalink
Merge pull request #13 from localgovdrupal/fix/group-term-released
Browse files Browse the repository at this point in the history
Remove group_term from overridden repositories. Release has been made.
  • Loading branch information
ekes authored Dec 12, 2022
2 parents 9914971 + d2fa25b commit 3054077
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8",
"exclude": ["drupal/domain_group", "drupal/group_content_menu", "drupal/group_term", "drupal/group_permissions"]
"exclude": ["drupal/domain_group", "drupal/group_content_menu", "drupal/group_permissions"]
},
"drupal/domain_group": {
"type": "vcs",
Expand All @@ -21,10 +21,6 @@
"drupal/group_permissions": {
"type": "vcs",
"url": "https://git.drupalcode.org/project/group_permissions.git"
},
"drupal/group_term": {
"type": "vcs",
"url": "https://git.drupalcode.org/issue/group_term-3316529.git"
}
},
"require": {
Expand Down

0 comments on commit 3054077

Please sign in to comment.