Due to some issues with the dependencies (zend-test
was prohibiting installation of PHPUnit 6), I removed the zendframework/zendframework
dependency from the composer.json
and installed only the Zend packages I really need. But now, the file classmap_generator.php
is missing.
Now I want to get the classmap generator back but without to load the whole framework with all its deoendencies.
Which package do I have to install to get the classmap_generator.php
?