X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=8fbe387ad06bd05c5ae349f0a9654be5df886cef;hb=be1dae7056bb29542929c1dda965e4eff4f8ad9c;hp=20bc30edbe638e3597cb240b3fe714036ddb0f14;hpb=597efeef77032c06f31508771faec429af76ea77;p=friendica.git diff --git a/composer.json b/composer.json index 20bc30edbe..8fbe387ad0 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,9 @@ "npm-asset/jgrowl": "^1.4", "npm-asset/moment": "^2.24", "npm-asset/perfect-scrollbar": "0.6.16", - "npm-asset/typeahead.js": "^0.11.1" + "npm-asset/textcomplete": "^0.18.2", + "npm-asset/typeahead.js": "^0.11.1", + "phpseclib/phpseclib": "^2.0" }, "repositories": [ { @@ -82,7 +84,6 @@ "include/conversation.php", "include/dba.php", "include/enotify.php", - "include/items.php", "boot.php" ] }, @@ -92,6 +93,9 @@ } }, "config": { + "platform": { + "php": "7.0" + }, "autoloader-suffix": "Friendica", "optimize-autoloader": true, "preferred-install": "dist", @@ -125,7 +129,7 @@ "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"