Current File : //var/www/vinorea/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php
<?php
namespace Composer\Installers;

class ReIndexInstaller extends BaseInstaller
{
    protected $locations = array(
        'theme'     => 'themes/{$name}/',
        'plugin'    => 'plugins/{$name}/'
    );
}