X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=6aa2774a69f22ad45253527653552500a643c183;hb=6f59c829781acac13f8b3fb3516663ec2b50b923;hp=339211f6f0e5718cd8496a06c0ba58716a915ac1;hpb=a30876977da163e55ec68f4a8e5097ffeeba750b;p=friendica.git diff --git a/composer.json b/composer.json index 339211f6f0..6aa2774a69 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +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", @@ -53,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",