You are here

protected property KohanaInstaller::$locations in Zircon Profile 8.0

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

Overrides BaseInstaller::$locations

File

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

Class

KohanaInstaller

Namespace

Composer\Installers

Code

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