mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 00:33:40 +00:00
[twitter] Update Composer autoload prefix to prevent autoloader conflicts
This commit is contained in:
parent
cf5ec0df96
commit
e181c79e95
1 changed files with 4 additions and 1 deletions
|
@ -24,5 +24,8 @@
|
||||||
"abraham/twitteroauth": "^0.7.4"
|
"abraham/twitteroauth": "^0.7.4"
|
||||||
},
|
},
|
||||||
"license": "3-clause BSD license",
|
"license": "3-clause BSD license",
|
||||||
"minimum-stability": "stable"
|
"minimum-stability": "stable",
|
||||||
|
"config": {
|
||||||
|
"autoloader-suffix": "TwitterAddon"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue