diff --git a/composer.json b/composer.json index e54d59f..5bd847d 100644 --- a/composer.json +++ b/composer.json @@ -12,13 +12,21 @@ "role": "Maintainer" } ], + "require": { + "machbarmacher/gdpr-dump": "^1.0.0" + }, "repositories": [ { - "type": "composer", - "url": "https://packages.drupal.org/8" + "type": "package", + "package": { + "name": "machbarmacher/gdpr-dump", + "version": "1.0.0", + "source": { + "url": "https://github.com/machbarmacher/gdpr-dump.git", + "type": "git", + "reference": "master" + } + } } - ], - "require": { - "machbarmacher/gdpr-dump": "*" - } + ] }