Open scm6079 opened 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"
actually it works also with version 2.8 but not with 2.9
I've created a Pull Request #50 to solve this issue
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"