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

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