mirror of
https://github.com/friendica/friendica
synced 2024-11-10 01:42:53 +00:00
[Composer] Add global libraries to autoload
This commit is contained in:
parent
b962fc989a
commit
35a6e33e0d
1 changed files with 10 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
"npm-asset/fullcalendar": "^3.0.1",
|
||||
"npm-asset/cropperjs": "1.2.2",
|
||||
"npm-asset/imagesloaded": "4.1.4"
|
||||
},
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
|
@ -56,7 +56,15 @@
|
|||
},
|
||||
"psr-0": {
|
||||
"": "library/"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"include/conversation.php",
|
||||
"include/dba.php",
|
||||
"include/enotify.php",
|
||||
"include/items.php",
|
||||
"include/text.php",
|
||||
"boot.php"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
"autoloader-suffix": "Friendica",
|
||||
|
|
Loading…
Reference in a new issue