X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=2f254877de5e1964d567dd4ef0efdded16efef6d;hb=19b55f5f8d3d31764a1e2e57cd591b18ebecfa14;hp=2f12d076d4e5a35d465d65354ce87a916cd86eef;hpb=23401567b28334ba615479089a6abf334c50f7df;p=friendica.git diff --git a/composer.json b/composer.json index 2f12d076d4..2f254877de 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", @@ -40,7 +42,8 @@ "npm-asset/jgrowl": "^1.4", "npm-asset/fullcalendar": "^3.0.1", "npm-asset/cropperjs": "1.2.2", - "npm-asset/imagesloaded": "4.1.4" + "npm-asset/imagesloaded": "4.1.4", + "monolog/monolog": "^1.24" }, "repositories": [ { @@ -51,11 +54,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",