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