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