You are here

protected property TYPO3FlowInstaller::$locations in Zircon Profile 8

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

Overrides BaseInstaller::$locations

File

vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php, line 9

Class

TYPO3FlowInstaller
An installer to handle TYPO3 Flow specifics when installing packages.

Namespace

Composer\Installers

Code

protected $locations = array(
  'package' => 'Packages/Application/{$name}/',
  'framework' => 'Packages/Framework/{$name}/',
  'plugin' => 'Packages/Plugins/{$name}/',
  'site' => 'Packages/Sites/{$name}/',
  'boilerplate' => 'Packages/Boilerplates/{$name}/',
  'build' => 'Build/{$name}/',
);