machbarmacher/gdpr-dump

Does not work with current ifsnop/mysqldump-php

Opened this issue · 2 comments

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"

actually it works also with version 2.8 but not with 2.9

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