Skip to content

Commit

Permalink
Merge pull request #7 from druidfi/master
Browse files Browse the repository at this point in the history
Replace machbarmacher/gdpr-dump with druidfi/gdpr-mysqldump
  • Loading branch information
robiningelbrecht authored Jun 21, 2021
2 parents 8c7783e + 882fcc5 commit 217061b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
22 changes: 6 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion src/Sql/GdprSqlTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Drupal\gdpr_dumper\Sql;

use Drupal\Console\Core\Utils\DrupalFinder;
use DrupalFinder\DrupalFinder;

/**
* Trait GdprSqlTrait
Expand Down

0 comments on commit 217061b

Please sign in to comment.