Initial Drupal 11 with DDEV setup
This commit is contained in:
12
vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php
vendored
Normal file
12
vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Composer\Installers;
|
||||
|
||||
class LavaLiteInstaller extends BaseInstaller
|
||||
{
|
||||
/** @var array<string, string> */
|
||||
protected $locations = array(
|
||||
'package' => 'packages/{$vendor}/{$name}/',
|
||||
'theme' => 'public/themes/{$name}/',
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user