protected property Symfony1Installer::$locations in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\InstallersCode
protected $locations = array(
'plugin' => 'plugins/{$name}/',
);