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