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

class PrestashopInstaller extends BaseInstaller
{
    protected $locations = array(
        'module' => 'modules/{$name}/',
        'theme'  => 'themes/{$name}/',
    );
}