You are here

protected property ZendInstaller::$locations in Zircon Profile 8.0

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

Overrides BaseInstaller::$locations

File

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

Class

ZendInstaller

Namespace

Composer\Installers

Code

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