laminas / laminas-dependency-plugin

Replace zendframework and zfcampus packages with their Laminas Project equivalents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing exclusion zendframework/zend-debug

okoram opened this issue · comments

I'm using archived repo: zendframework/zend-debug.
The migration to Laminas was successful.

The first use of "composer update" worked fine.
When using "composer update" for the second time, the following message was displayed:

Your requirements could not be resolved to an installable set of packages.

Problem 1

  • The requested package laminas/laminas-debug could not be found in any version, there may be a typo in the package name.

I think the DependencyRewriterPlugin::transformPackageName() function is missing the zendframework/zend-debug repository exclusion - similar to zendframework/zend-version (line 266).