protected property ZendInstaller::$locations in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
Composer\InstallersCode
protected $locations = array(
'library' => 'library/{$name}/',
'extra' => 'extras/library/{$name}/',
'module' => 'module/{$name}/',
);