X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=398a15f1898a29098e83bf75860023fdfec03ac8;hb=631b9a84fcd2891e0f987dc5e42d613d314aee81;hp=0efba36645f5ed4a351c31349ffe333227df6115;hpb=96055cafffe3939d3ede573e54bfa05eb178fdb6;p=friendica.git diff --git a/composer.json b/composer.json index 0efba36645..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,9 +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", - "mattwright/urlresolver": "^2.0" + "npm-asset/typeahead.js": "^0.11.1" }, "repositories": [ { @@ -84,8 +85,6 @@ "Friendica\\Addon\\": "addon/" }, "files": [ - "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,