laminas-api-tools / api-tools-skeleton

Skeleton Application for Laminas API Tools
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
50 stars 64 forks source link

development.config.php.dist has invalid LaminasDeveloperTools entry #22

Closed weierophinney closed 4 years ago

weierophinney commented 4 years ago

Bug Report

Q A
Version(s) all

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

  1. Create a new project: composer create-project laminas-api-tools/api-tools-skeleton
  2. Fire up the built-in PHP webserver
  3. Browse to localhost:8080

Expected behavior

No errors

weierophinney commented 4 years ago

I've updated on master and develop, and also added patch-level releases for all existing releases in order to pick up this change.