]> git.mxchange.org Git - friendica.git/blobdiff - composer.json
Fixing processing forum posts
[friendica.git] / composer.json
index 20bc30edbe638e3597cb240b3fe714036ddb0f14..2d6b46574d664852e123d7eadcb98dab02ddb37c 100644 (file)
@@ -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",