You are here

protected property CakePHPInstaller::$locations in Zircon Profile 8.0

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

Overrides BaseInstaller::$locations

File

vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php, line 11

Class

CakePHPInstaller

Namespace

Composer\Installers

Code

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