X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=398a15f1898a29098e83bf75860023fdfec03ac8;hb=34260fc619af9561e0b6ed357ee061618e83b239;hp=2dd5dec7b9a3a72b3992ab939f2bd5c858d79d30;hpb=e7fdf3c0c3c25b8a3412fd8e804b8877724a3c63;p=friendica.git diff --git a/composer.json b/composer.json index 2dd5dec7b9..398a15f189 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "issues": "https://github.com/friendica/friendica/issues" }, "require": { - "php": ">=7.2", + "php": ">=7.3", "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*", @@ -31,12 +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", @@ -68,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": [ { @@ -83,9 +85,6 @@ "Friendica\\Addon\\": "addon/" }, "files": [ - "include/conversation.php", - "include/dba.php", - "include/enotify.php", "boot.php" ] }, @@ -96,7 +95,7 @@ }, "config": { "platform": { - "php": "7.2" + "php": "7.3" }, "autoloader-suffix": "Friendica", "optimize-autoloader": true,