You are here

protected property LithiumInstaller::$locations in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php \Composer\Installers\LithiumInstaller::locations

Overrides BaseInstaller::$locations

File

vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php, line 6

Class

LithiumInstaller

Namespace

Composer\Installers

Code

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