File "PantheonInstaller.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php
File size: 294 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

namespace Composer\Installers;

class PantheonInstaller extends BaseInstaller
{
    /** @var array<string, string> */
    protected $locations = array(
        'script' => 'web/private/scripts/quicksilver/{$name}',
        'module' => 'web/private/scripts/quicksilver/{$name}',
    );
}