X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=46f3f3bf3a5796bfb2ee3deeed3ae2505fc60f5c;hb=214a0524ddc069f71c896eef8ccf031033125932;hp=179770fbefea3803419de94b850c89fd795ac548;hpb=b37a9a5624ff2d5179b51fa204fc4731e29233fc;p=friendica.git diff --git a/composer.json b/composer.json index 179770fbef..46f3f3bf3a 100644 --- a/composer.json +++ b/composer.json @@ -31,11 +31,15 @@ "divineomega/password_exposed": "^2.8", "ezyang/htmlpurifier": "^4.7", "friendica/json-ld": "^1.0", + "geekwright/po": "^2.0", + "guzzlehttp/guzzle": "^6.5", "league/html-to-markdown": "^4.8", "level-2/dice": "^4", "lightopenid/lightopenid": "dev-master", "matriphe/iso-639": "^1.2", + "mattwright/urlresolver": "^2.0", "michelf/php-markdown": "^1.7", + "minishlink/web-push": "^6.0", "mobiledetect/mobiledetectlib": "^2.8", "monolog/monolog": "^1.25", "nikic/fast-route": "^1.3", @@ -67,8 +71,7 @@ "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", - "minishlink/web-push": "^6.0" + "npm-asset/typeahead.js": "^0.11.1" }, "repositories": [ { @@ -82,9 +85,6 @@ "Friendica\\Addon\\": "addon/" }, "files": [ - "include/conversation.php", - "include/dba.php", - "include/enotify.php", "boot.php" ] }, @@ -126,7 +126,8 @@ }, "require-dev": { "mockery/mockery": "^1.3", - "mikey179/vfsstream": "^1.6" + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^8.5" }, "scripts": { "test": "phpunit",