File "MiaoxingInstaller.php"

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

<?php

namespace Composer\Installers;

class MiaoxingInstaller extends BaseInstaller
{
    /** @var array<string, string> */
    protected $locations = array(
        'plugin' => 'plugins/{$name}/',
    );
}