$supportedTypes
$supportedTypes : array
Package types to installer class map
__construct(\Composer\IO\IOInterface $io, \Composer\Composer $composer, string $type = 'library', \Composer\Util\Filesystem|null $filesystem = null, \Composer\Installer\BinaryInstaller|null $binaryInstaller = null)
Installer constructor.
Disables installers specified in main composer extra installer-disable list
\Composer\IO\IOInterface | $io | |
\Composer\Composer | $composer | |
string | $type | |
\Composer\Util\Filesystem|null | $filesystem | |
\Composer\Installer\BinaryInstaller|null | $binaryInstaller |
removeDisabledInstallers() : void
Look for installers set to be disabled in composer's extra config and remove them from the list of supported installers.
Globals:
Loading…