Hello, trying to migrate ZF3 to Laminas
run laminas-migration migrate
and received the error:
This command REMOVES your composer.lock file and vendor directory; do you wish to continue?y
Migrating project at path "/home/xxxxxx/app" to Laminas
============================================================
Removing composer.lock
Removing configured vendor directory
Injecting laminas-dependency-plugin into composer.json
Performing migration replacements
In ComposerJsonZendFrameworkPackageSpecialCase.php line 118:
Discovered unknown zendframework/zendframework constraint "3.1.x-dev"; cannot replace package
what is the next possible steps?
thanks!