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

12 lines
256 B
PHP

<?php
namespace Composer\Installers;
class PhiftyInstaller extends BaseInstaller
{
protected $locations = array(
'bundle' => 'bundles/{$name}/',
'library' => 'libraries/{$name}/',
'framework' => 'frameworks/{$name}/',
);
}