BotbleInstaller.php
Namespace
Composer\InstallersFile
-
vendor/
composer/ installers/ src/ Composer/ Installers/ BotbleInstaller.php
View source
<?php
namespace Composer\Installers;
class BotbleInstaller extends BaseInstaller {
/** @var array<string, string> */
protected $locations = array(
'plugin' => 'platform/plugins/{$name}/',
'theme' => 'platform/themes/{$name}/',
);
}
Classes
Title | Deprecated | Summary |
---|---|---|
BotbleInstaller |