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

10 lines
171 B
PHP

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