mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-08 07:52: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
5
twitter/vendor/composer/autoload_static.php
vendored
5
twitter/vendor/composer/autoload_static.php
vendored
|
@ -10,6 +10,7 @@ class ComposerStaticInitTwitterAddon
|
|||
'C' =>
|
||||
array (
|
||||
'Composer\\Installers\\' => 20,
|
||||
'Composer\\CaBundle\\' => 18,
|
||||
),
|
||||
'A' =>
|
||||
array (
|
||||
|
@ -22,6 +23,10 @@ class ComposerStaticInitTwitterAddon
|
|||
array (
|
||||
0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers',
|
||||
),
|
||||
'Composer\\CaBundle\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/composer/ca-bundle/src',
|
||||
),
|
||||
'Abraham\\TwitterOAuth\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/abraham/twitteroauth/src',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue