You are here

KohanaInstaller.php in Zircon Profile 8

File

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

namespace Composer\Installers;

class KohanaInstaller extends BaseInstaller {
  protected $locations = array(
    'module' => 'modules/{$name}/',
  );

}

Classes

Namesort descending Description
KohanaInstaller