[Composer] Add global libraries to autoload
This commit is contained in:
parent
b962fc989a
commit
35a6e33e0d
|
@ -56,7 +56,15 @@
|
||||||
},
|
},
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"": "library/"
|
"": "library/"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"include/conversation.php",
|
||||||
|
"include/dba.php",
|
||||||
|
"include/enotify.php",
|
||||||
|
"include/items.php",
|
||||||
|
"include/text.php",
|
||||||
|
"boot.php"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"autoloader-suffix": "Friendica",
|
"autoloader-suffix": "Friendica",
|
||||||
|
|
Loading…
Reference in a new issue