File "TuskInstaller.php"

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

<?php

namespace Composer\Installers;

/**
 * Composer installer for 3rd party Tusk utilities
 * @author Drew Ewing <drew@phenocode.com>
 */
class TuskInstaller extends BaseInstaller
{
    /** @var array<string, string> */
    protected $locations = array(
        'task'    => '.tusk/tasks/{$name}/',
        'command' => '.tusk/commands/{$name}/',
        'asset'   => 'assets/tusk/{$name}/',
    );
}