KirbyInstaller.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Composer\InstallersFile
vendor/composer/installers/src/Composer/Installers/KirbyInstaller.phpView source
<?php
namespace Composer\Installers;
class KirbyInstaller extends BaseInstaller {
protected $locations = array(
'plugin' => 'site/plugins/{$name}/',
);
}
Classes
Name | Description |
---|---|
KirbyInstaller |