You are here

ZendInstaller.php in Zircon Profile 8.0

File

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

namespace Composer\Installers;

class ZendInstaller extends BaseInstaller {
  protected $locations = array(
    'library' => 'library/{$name}/',
    'extra' => 'extras/library/{$name}/',
    'module' => 'module/{$name}/',
  );

}

Classes

Namesort descending Description
ZendInstaller