Remove redundant repository declarations from composer.json
There's some repository declarations in the composer.json that don't need to be there any more. They exclude drupal/domain_group and drupal/group_permissions from Drupal's packagist and include their git repos directly. Thing is, we don't use these modules any more, so we don't need to do this.
issue