You are here

LithiumInstaller.php in Zircon Profile 8.0

File

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

namespace Composer\Installers;

class LithiumInstaller extends BaseInstaller {
  protected $locations = array(
    'library' => 'libraries/{$name}/',
    'source' => 'libraries/_source/{$name}/',
  );

}

Classes

Namesort descending Description
LithiumInstaller