When trying to start a new project, launching it complains that the module "LaminasDeveloperTools" does not exist.
Basically, during the migration, we did not rewrite the "LaminasDeveloperTools" entry in development.config.php.dist to "Laminas\DeveloperTools". This means that installation now has to prompt to inject the developer tools module, AND that we have an invalid entry which causes a bootstrap error to occur.
How to reproduce
Create a new project: composer create-project laminas-api-tools/api-tools-skeleton
Bug Report
Summary
When trying to start a new project, launching it complains that the module "LaminasDeveloperTools" does not exist.
Basically, during the migration, we did not rewrite the "LaminasDeveloperTools" entry in development.config.php.dist to "Laminas\DeveloperTools". This means that installation now has to prompt to inject the developer tools module, AND that we have an invalid entry which causes a bootstrap error to occur.
How to reproduce
composer create-project laminas-api-tools/api-tools-skeleton
Expected behavior
No errors