mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-13 18:33:00 +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
16
twitter/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php
vendored
Normal file
16
twitter/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
namespace Composer\Installers;
|
||||
|
||||
class DrupalInstaller extends BaseInstaller
|
||||
{
|
||||
protected $locations = array(
|
||||
'core' => 'core/',
|
||||
'module' => 'modules/{$name}/',
|
||||
'theme' => 'themes/{$name}/',
|
||||
'library' => 'libraries/{$name}/',
|
||||
'profile' => 'profiles/{$name}/',
|
||||
'drush' => 'drush/{$name}/',
|
||||
'custom-theme' => 'themes/custom/{$name}/',
|
||||
'custom-module' => 'modules/custom/{$name}/',
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue