You are here

KirbyInstaller.php in Zircon Profile 8

File

vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php
View source
<?php

namespace Composer\Installers;

class KirbyInstaller extends BaseInstaller {
  protected $locations = array(
    'plugin' => 'site/plugins/{$name}/',
  );

}

Classes

Namesort descending Description
KirbyInstaller