X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=8ac4c37724941d27edae6b56fbaf43c3fb972b4b;hb=f2b29f6591f5190e36c4b75458da8ec793fcc798;hp=5b304597345fd31c81009463ae1d62b59d2837c8;hpb=21783f61b48727b1bc06d28f005e6a8f58b39fb8;p=friendica.git diff --git a/composer.json b/composer.json index 5b30459734..8ac4c37724 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ "ext-curl": "*", "ext-dom": "*", "ext-json": "*", + "ext-openssl": "*", "ext-xml": "*", "asika/simple-console": "^1.0", "divineomega/password_exposed": "^2.4", @@ -42,7 +43,7 @@ "npm-asset/fullcalendar": "^3.0.1", "npm-asset/cropperjs": "1.2.2", "npm-asset/imagesloaded": "4.1.4" - }, + }, "repositories": [ { "type": "vcs", @@ -52,11 +53,20 @@ "autoload": { "psr-4": { "Friendica\\": "src/", - "Friendica\\Test\\": "tests/" + "Friendica\\Test\\": "tests/", + "Friendica\\Addon\\": "addon/" }, "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",