mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-15 11:16:59 +00:00
[twitter] Update abraham/twitteroauth dependency
This commit is contained in:
parent
30445b3c85
commit
569e3f4831
167 changed files with 11848 additions and 2157 deletions
12
twitter/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php
vendored
Normal file
12
twitter/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
namespace Composer\Installers;
|
||||
|
||||
class EliasisInstaller extends BaseInstaller
|
||||
{
|
||||
protected $locations = array(
|
||||
'component' => 'components/{$name}/',
|
||||
'module' => 'modules/{$name}/',
|
||||
'plugin' => 'plugins/{$name}/',
|
||||
'template' => 'templates/{$name}/',
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue