]> git.mxchange.org Git - friendica.git/blobdiff - composer.json
Changed:
[friendica.git] / composer.json
index b7f1fc60ad867e6442ad94d5cb4912516b61a6a0..cc3a0db5fd4a03f0b843deadb6da81d62255fa60 100644 (file)
@@ -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",
                "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,
        "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",