From c7d2b2fd390fe9b4680825aa5f52b8d6935e21c5 Mon Sep 17 00:00:00 2001 From: Megha Mahajan Date: Wed, 17 Apr 2024 15:45:25 +0100 Subject: [PATCH] Getting error related to module: ifsnop/mysqldump-php ^2.12 while upgrading stripped-db-provider module to latest version then modify composer.json file of project root folder and remove this line: {type: vcs, url: git@github.com:maciejslawik/mysqldump-php.git} and try again to update the module --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d049746..fba7868 100644 --- a/README.md +++ b/README.md @@ -113,3 +113,11 @@ bin/magento wearejh:stripped-db-provider:import-from-remote PROJECT NAME --no-ad ## Issues / Feature Request Please open github issues for any issues you encounter or feature requests you want to see. PRs are of course welcomed. + +## Troubleshooting + +If any project has 0.3.3 version installed of this module, getting a dependency error related to module: ifsnop/mysqldump-php ^2.12 while upgrading module to latest version then remove the below line from composer.json file of project root folder: + { + "type": "vcs", + "url": "git@github.com:maciejslawik/mysqldump-php.git" + }