friendica-addons/twitter/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php

11 lines
222 B
PHP

<?php
namespace Composer\Installers;
class LithiumInstaller extends BaseInstaller
{
protected $locations = array(
'library' => 'libraries/{$name}/',
'source' => 'libraries/_source/{$name}/',
);
}