Closed jguittard closed 5 years ago
Hi @jguittard,
Thanks for the PR.
Can you take a look at the failing tests?
I can't seem to find any resources on why the ConfigProviderInterface
can't be used with the composer installer?
@veewee it would be good to have it merged as well, we just need remove two tests and it should be fine, as we don't need longer these tests:
it_should_provide_autoloader_configuration
it_should_provide_configuration
Composer relies on PSR-4 for autoloading. So
Module::getAutoloaderConfig
is no longer called. Also, to be compliant with Zend Component Installer, removedConfigProviderInterface