initial commit
This commit is contained in:
12
vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php
vendored
Normal file
12
vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace Composer\Installers;
|
||||
|
||||
class StarbugInstaller extends BaseInstaller
|
||||
{
|
||||
protected $locations = array(
|
||||
'module' => 'modules/{$name}/',
|
||||
'theme' => 'themes/{$name}/',
|
||||
'custom-module' => 'app/modules/{$name}/',
|
||||
'custom-theme' => 'app/themes/{$name}/'
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user