diff --git a/README.md b/README.md index 7af4fdb..67c8ebe 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ be GDPR compliant YO! This module can be configured by editing the `gdpr_dumper.settings.yml` [file](https://github.com/robiningelbrecht/gdpr-dumper/blob/master/config/install/gdpr_dumper.settings.yml). -[machbarmacher/gdpr-dump](https://github.com/machbarmacher/gdpr-dump) contains more info about +[druidfi/gdpr-mysqldump](https://github.com/druidfi/gdpr-mysqldump) contains more info about the **gdpr-expressions** and **gdpr-replacement** options. The provided yml file expects the same structure as explained in the readme above. diff --git a/composer.json b/composer.json index 5bd847d..939a0fe 100644 --- a/composer.json +++ b/composer.json @@ -10,23 +10,13 @@ "name": "Robin Ingelbrecht", "homepage": "https://github.com/robiningelbrecht", "role": "Maintainer" + }, + { + "name": "Marko Korhonen", + "homepage": "https://github.com/back-2-95" } ], "require": { - "machbarmacher/gdpr-dump": "^1.0.0" - }, - "repositories": [ - { - "type": "package", - "package": { - "name": "machbarmacher/gdpr-dump", - "version": "1.0.0", - "source": { - "url": "https://github.com/machbarmacher/gdpr-dump.git", - "type": "git", - "reference": "master" - } - } - } - ] + "druidfi/gdpr-mysqldump": "dev-main" + } } diff --git a/src/Sql/GdprSqlTrait.php b/src/Sql/GdprSqlTrait.php index b854c18..840b194 100644 --- a/src/Sql/GdprSqlTrait.php +++ b/src/Sql/GdprSqlTrait.php @@ -2,7 +2,7 @@ namespace Drupal\gdpr_dumper\Sql; -use Drupal\Console\Core\Utils\DrupalFinder; +use DrupalFinder\DrupalFinder; /** * Trait GdprSqlTrait