LithiumInstaller.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Composer\InstallersFile
vendor/composer/installers/src/Composer/Installers/LithiumInstaller.phpView source
<?php
namespace Composer\Installers;
class LithiumInstaller extends BaseInstaller {
protected $locations = array(
'library' => 'libraries/{$name}/',
'source' => 'libraries/_source/{$name}/',
);
}
Classes
Name | Description |
---|---|
LithiumInstaller |