From 241242f7722c2d7c3a9affee102ac33300d6d6ae Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 21 Jun 2021 15:29:56 +0300 Subject: [PATCH] Add machbarmacher/gdpr-dump as "package" repository --- composer.json | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) 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": "*" - } + ] }