Skip to content

Commit

Permalink
Require druidfi/gdpr-mysqldump
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Jun 21, 2021
1 parent 7fd41c1 commit 882fcc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 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"
}
}

0 comments on commit 882fcc5

Please sign in to comment.