function Installer::__construct
Same name in this branch
- 11.1.x vendor/composer/composer/src/Composer/Installer.php \Composer\Installer::__construct()
Disables installers specified in main composer extra installer-disable list
Overrides LibraryInstaller::__construct
File
-
vendor/
composer/ installers/ src/ Composer/ Installers/ Installer.php, line 125
Class
Namespace
Composer\InstallersCode
public function __construct(IOInterface $io, Composer $composer, string $type = 'library', ?Filesystem $filesystem = null, ?BinaryInstaller $binaryInstaller = null) {
parent::__construct($io, $composer, $type, $filesystem, $binaryInstaller);
$this->removeDisabledInstallers();
}