You are here

protected property Symfony1Installer::$locations in Zircon Profile 8.0

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

Overrides BaseInstaller::$locations

File

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

Class

Symfony1Installer
Plugin installer for symfony 1.x

Namespace

Composer\Installers

Code

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