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

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