File "PuppetInstaller.php"

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

<?php

namespace Composer\Installers;

class PuppetInstaller extends BaseInstaller
{

    /** @var array<string, string> */
    protected $locations = array(
        'module' => 'modules/{$name}/',
    );
}