X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=6aa2774a69f22ad45253527653552500a643c183;hb=6f59c829781acac13f8b3fb3516663ec2b50b923;hp=2f12d076d4e5a35d465d65354ce87a916cd86eef;hpb=3f4636d490f11aafe354061fdcf2188c242ea4d3;p=friendica.git diff --git a/composer.json b/composer.json index 2f12d076d4..6aa2774a69 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", @@ -55,7 +57,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",