Merge pull request #9208 from tobiasd/2020.09-creadits
[friendica.git/.git] / composer.json
index 20bc30e..a0ce423 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",
                "mikey179/vfsstream": "^1.6",
                "mockery/mockery": "^1.2",
                "johnkary/phpunit-speedtrap": "1.1",
-               "jakub-onderka/php-parallel-lint": "^1.0"
+               "php-parallel-lint/php-parallel-lint": "^1.2"
        },
        "scripts": {
                "test": "phpunit"