X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=cc3a0db5fd4a03f0b843deadb6da81d62255fa60;hb=3394b65c60f4265a522e89ed6e455c21fa9b86b6;hp=1e3fcfcffea937ec5f23d3d1f54e255d641713f6;hpb=977d28353c44cc8e2e15e390da99ea38b94827fa;p=friendica.git diff --git a/composer.json b/composer.json index 1e3fcfcffe..cc3a0db5fd 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "issues": "https://github.com/friendica/friendica/issues" }, "require": { - "php": ">=7.0", + "php": ">=7.3", "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*", @@ -27,27 +27,31 @@ "ext-simplexml": "*", "ext-xml": "*", "asika/simple-console": "^1.0", - "bacon/bacon-qr-code": "^1.0", + "bacon/bacon-qr-code": "^2.0.0", "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", "paragonie/hidden-string": "^1.0", - "patrickschur/language-detection": "^3.4", + "patrickschur/language-detection": "^5.0.0", "pear/console_table": "^1.3", "phpseclib/phpseclib": "^2.0", "pragmarx/google2fa": "^5.0", - "pragmarx/recovery": "^0.1.0", + "pragmarx/recovery": "^0.2", "psr/container": "^1.0", "seld/cli-prompt": "^1.0", - "smarty/smarty": "^3.1", + "smarty/smarty": "^4", "ua-parser/uap-php": "^3.9", "xemlock/htmlpurifier-html5": "^0.1.11", "fxp/composer-asset-plugin": "^1.4", @@ -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" ] }, @@ -95,7 +95,7 @@ }, "config": { "platform": { - "php": "7.2" + "php": "7.3" }, "autoloader-suffix": "Friendica", "optimize-autoloader": true, @@ -126,7 +126,9 @@ }, "require-dev": { "mockery/mockery": "^1.3", - "mikey179/vfsstream": "^1.6" + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^9", + "dms/phpunit-arraysubset-asserts": "^0.3.1" }, "scripts": { "test": "phpunit",