X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=composer.json;h=cc3a0db5fd4a03f0b843deadb6da81d62255fa60;hb=3394b65c60f4265a522e89ed6e455c21fa9b86b6;hp=b7f1fc60ad867e6442ad94d5cb4912516b61a6a0;hpb=9617167fe6c4ab4e3b4a1db8313aff31047e2a77;p=friendica.git diff --git a/composer.json b/composer.json index b7f1fc60ad..cc3a0db5fd 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": "*", @@ -27,7 +27,7 @@ "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", @@ -44,14 +44,14 @@ "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", @@ -85,8 +85,6 @@ "Friendica\\Addon\\": "addon/" }, "files": [ - "include/dba.php", - "include/enotify.php", "boot.php" ] }, @@ -97,7 +95,7 @@ }, "config": { "platform": { - "php": "7.2" + "php": "7.3" }, "autoloader-suffix": "Friendica", "optimize-autoloader": true, @@ -129,7 +127,8 @@ "require-dev": { "mockery/mockery": "^1.3", "mikey179/vfsstream": "^1.6", - "phpunit/phpunit": "^8.5" + "phpunit/phpunit": "^9", + "dms/phpunit-arraysubset-asserts": "^0.3.1" }, "scripts": { "test": "phpunit",