machbarmacher / gdpr-dump

A drop-in replacement for mysqldump that optionally sanitizes DB fields for better GDPR conformity.
65 stars 34 forks source link

Does not work with current ifsnop/mysqldump-php #47

Open scm6079 opened 4 years ago

scm6079 commented 4 years ago

The composer.json specifies dev-master for mysqldump, however, this program is not compatible above version 2.7 currently. Until support for the newer mysqldump is added the composer.json should specify:

"ifsnop/mysqldump-php": "2.7"

breaker92 commented 4 years ago

actually it works also with version 2.8 but not with 2.9

breaker92 commented 4 years ago

I've created a Pull Request #50 to solve this issue