Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not try to discover module dependencies for metapackages
Composer metapackages are not installed same way as other packages. With no install location there is nothing to discover. Starting with composer 2.5.6 the return type for `Composer\Installer\InstallationManager::getInstallPath()` method becomes nullable. This fixes type error produced for metapackages with defined extras. Signed-off-by: Aleksei Khudiakov <[email protected]>
- Loading branch information