From: Hypolite Petovan Date: Mon, 24 Dec 2018 00:45:33 +0000 (-0500) Subject: [Composer] Add global libraries to autoload X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=35a6e33e0dc0331961520d4ce2bdd45402016852;p=friendica.git [Composer] Add global libraries to autoload --- diff --git a/composer.json b/composer.json index 5b30459734..1d7348d84a 100644 --- a/composer.json +++ b/composer.json @@ -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",