File "DolibarrInstaller.php"

Full Path: /home/warrior1/public_html/themes/storefront/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php
File size: 393 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Composer\Installers;

/**
 * Class DolibarrInstaller
 *
 * @package Composer\Installers
 * @author  Raphaƫl Doursenaud <rdoursenaud@gpcsolutions.fr>
 */
class DolibarrInstaller extends BaseInstaller
{
    //TODO: Add support for scripts and themes
    /** @var array<string, string> */
    protected $locations = array(
        'module' => 'htdocs/custom/{$name}/',
    );
}