X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=8ac4c37724941d27edae6b56fbaf43c3fb972b4b;hb=f2b29f6591f5190e36c4b75458da8ec793fcc798;hp=2f12d076d4e5a35d465d65354ce87a916cd86eef;hpb=c77926be03608833537ffe041c010bc27b216e2e;p=friendica.git diff --git a/composer.json b/composer.json index 2f12d076d4..8ac4c37724 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,10 @@ }, "require": { "php": ">=5.6.1", + "ext-curl": "*", "ext-dom": "*", "ext-json": "*", + "ext-openssl": "*", "ext-xml": "*", "asika/simple-console": "^1.0", "divineomega/password_exposed": "^2.4", @@ -51,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",