You are here

private property Installer::$supportedTypes in Zircon Profile 8.0

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

Package types to installer class map

Type: array

File

vendor/composer/installers/src/Composer/Installers/Installer.php, line 15

Class

Installer

Namespace

Composer\Installers

Code

private $supportedTypes = array(
  'aimeos' => 'AimeosInstaller',
  'asgard' => 'AsgardInstaller',
  'agl' => 'AglInstaller',
  'annotatecms' => 'AnnotateCmsInstaller',
  'bitrix' => 'BitrixInstaller',
  'cakephp' => 'CakePHPInstaller',
  'chef' => 'ChefInstaller',
  'ccframework' => 'ClanCatsFrameworkInstaller',
  'codeigniter' => 'CodeIgniterInstaller',
  'concrete5' => 'Concrete5Installer',
  'craft' => 'CraftInstaller',
  'croogo' => 'CroogoInstaller',
  'dokuwiki' => 'DokuWikiInstaller',
  'dolibarr' => 'DolibarrInstaller',
  'drupal' => 'DrupalInstaller',
  'elgg' => 'ElggInstaller',
  'fuel' => 'FuelInstaller',
  'fuelphp' => 'FuelphpInstaller',
  'grav' => 'GravInstaller',
  'hurad' => 'HuradInstaller',
  'joomla' => 'JoomlaInstaller',
  'kirby' => 'KirbyInstaller',
  'kohana' => 'KohanaInstaller',
  'laravel' => 'LaravelInstaller',
  'lithium' => 'LithiumInstaller',
  'magento' => 'MagentoInstaller',
  'mako' => 'MakoInstaller',
  'mediawiki' => 'MediaWikiInstaller',
  'microweber' => 'MicroweberInstaller',
  'modulework' => 'MODULEWorkInstaller',
  'modxevo' => 'MODXEvoInstaller',
  'moodle' => 'MoodleInstaller',
  'october' => 'OctoberInstaller',
  'oxid' => 'OxidInstaller',
  'phpbb' => 'PhpBBInstaller',
  'pimcore' => 'PimcoreInstaller',
  'piwik' => 'PiwikInstaller',
  'ppi' => 'PPIInstaller',
  'puppet' => 'PuppetInstaller',
  'redaxo' => 'RedaxoInstaller',
  'roundcube' => 'RoundcubeInstaller',
  'shopware' => 'ShopwareInstaller',
  'silverstripe' => 'SilverStripeInstaller',
  'smf' => 'SMFInstaller',
  'symfony1' => 'Symfony1Installer',
  'thelia' => 'TheliaInstaller',
  'tusk' => 'TuskInstaller',
  'typo3-cms' => 'TYPO3CmsInstaller',
  'typo3-flow' => 'TYPO3FlowInstaller',
  'whmcs' => 'WHMCSInstaller',
  'wolfcms' => 'WolfCMSInstaller',
  'wordpress' => 'WordPressInstaller',
  'zend' => 'ZendInstaller',
  'zikula' => 'ZikulaInstaller',
  'prestashop' => 'PrestashopInstaller',
);