X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=2d6b46574d664852e123d7eadcb98dab02ddb37c;hb=62ce87dfe6923aaf142939d98bef1c95e2745f78;hp=20bc30edbe638e3597cb240b3fe714036ddb0f14;hpb=eb8dcd43f3f0f057fc41eae54e2c60b4414b59dc;p=friendica.git diff --git a/composer.json b/composer.json index 20bc30edbe..2d6b46574d 100644 --- a/composer.json +++ b/composer.json @@ -62,6 +62,7 @@ "npm-asset/jgrowl": "^1.4", "npm-asset/moment": "^2.24", "npm-asset/perfect-scrollbar": "0.6.16", + "npm-asset/textcomplete": "^0.18.2", "npm-asset/typeahead.js": "^0.11.1" }, "repositories": [ @@ -82,7 +83,6 @@ "include/conversation.php", "include/dba.php", "include/enotify.php", - "include/items.php", "boot.php" ] }, @@ -92,6 +92,9 @@ } }, "config": { + "platform": { + "php": "7.0" + }, "autoloader-suffix": "Friendica", "optimize-autoloader": true, "preferred-install": "dist",