Causes to install lot of unnecessary libs but only that your module need are defined in your Module.php
use Zend\EventManager\EventInterface;
use Zend\ModuleManager\Feature\BootstrapListenerInterface;
use Zend\Console\Request as ConsoleRequest;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Mvc\Application;
use Zend\Mvc\MvcEvent;
So I think, that this configuration will fit enough, and do not clutter someone else configuration.
Hi,
Using in composer.json requirement:
Causes to install lot of unnecessary libs but only that your module need are defined in your Module.php
So I think, that this configuration will fit enough, and do not clutter someone else configuration.