<?phpnamespace ComposerInstallers;class LaravelInstaller extends BaseInstaller{ protected $locations = array( 'library' => 'libraries/{$name}/', );}