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