This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Fatal error when not installing specific components #35
Closed
Description
While cleaning up a project's composer.json today, I noticed that Zend\Mvc is going throw fatal errors when a few specific components are not installed, namely these:
- zend-console
- zend-log
- zend-serializer
On a side-node, Zend\ModuleManager has the same problem, throwing a fatal error when zend-config is missing.
All those packages only appear in the suggest section, but apparently they should be in require when fatal errors are thrown otherwise.
Metadata
Metadata
Assignees
Labels
No labels