RedaxoInstaller.php
Namespace
Composer\InstallersFile
-
vendor/
composer/ installers/ src/ Composer/ Installers/ RedaxoInstaller.php
View source
<?php
namespace Composer\Installers;
class RedaxoInstaller extends BaseInstaller {
/** @var array<string, string> */
protected $locations = array(
'addon' => 'redaxo/include/addons/{$name}/',
'bestyle-plugin' => 'redaxo/include/addons/be_style/plugins/{$name}/',
);
}
Classes
Title | Deprecated | Summary |
---|---|---|
RedaxoInstaller |