You are here

protected property PimcoreInstaller::$locations in Zircon Profile 8

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

Overrides BaseInstaller::$locations

File

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

Class

PimcoreInstaller

Namespace

Composer\Installers

Code

protected $locations = array(
  'plugin' => 'plugins/{$name}/',
);