| Current Path : /home/cinepatreb/billetterie/vendor/composer/installers/src/Composer/Installers/ |
| Current File : /home/cinepatreb/billetterie/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php |
<?php
namespace Composer\Installers;
class KnownInstaller extends BaseInstaller
{
protected $locations = array(
'plugin' => 'IdnoPlugins/{$name}/',
'theme' => 'Themes/{$name}/',
'console' => 'ConsolePlugins/{$name}/',
);
}