X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=c1366c6771d205a1f93f57c6b8d902e68724913b;hb=c21a227d0a9509c85cafd7316f631570b12a53c9;hp=765ec23a24dedfc5054ea4d4c5c7cdc6eb7a2c69;hpb=b06fc578804fdc0073631e7c97eccd25543e769e;p=friendica.git diff --git a/composer.json b/composer.json index 765ec23a24..c1366c6771 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "issues": "https://github.com/friendica/friendica/issues" }, "require": { - "php": ">=5.6.1", + "php": ">=7.0", "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*", @@ -27,6 +27,7 @@ "ext-simplexml": "*", "ext-xml": "*", "asika/simple-console": "^1.0", + "bacon/bacon-qr-code": "^1.0", "divineomega/password_exposed": "^2.4", "ezyang/htmlpurifier": "~4.7.0", "friendica/json-ld": "^1.0", @@ -35,8 +36,10 @@ "michelf/php-markdown": "^1.7", "mobiledetect/mobiledetectlib": "2.8.*", "monolog/monolog": "^1.24", - "paragonie/random_compat": "^2.0", + "nikic/fast-route": "^1.3", "pear/text_languagedetect": "1.*", + "pragmarx/google2fa": "^5.0", + "pragmarx/recovery": "^0.1.0", "psr/container": "^1.0", "seld/cli-prompt": "^1.0", "smarty/smarty": "^3.1", @@ -52,7 +55,8 @@ "npm-asset/moment": "^2.20.1", "npm-asset/fullcalendar": "^3.0.1", "npm-asset/cropperjs": "1.2.2", - "npm-asset/imagesloaded": "4.1.4" + "npm-asset/imagesloaded": "4.1.4", + "pear/console_table": "^1.3" }, "repositories": [ {