]> git.mxchange.org Git - friendica.git/blobdiff - composer.json
Merge remote-tracking branch 'upstream/develop' into api-rework
[friendica.git] / composer.json
index 4e485e4e9975dcfa8afdd25c2a59e910cee143da..46f3f3bf3a5796bfb2ee3deeed3ae2505fc60f5c 100644 (file)
@@ -13,7 +13,7 @@
                "issues": "https://github.com/friendica/friendica/issues"
        },
        "require": {
-               "php": ">=7.0",
+               "php": ">=7.2",
                "ext-ctype": "*",
                "ext-curl": "*",
                "ext-dom": "*",
                "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",
@@ -81,9 +85,6 @@
                        "Friendica\\Addon\\": "addon/"
                },
                "files": [
-                       "include/conversation.php",
-                       "include/dba.php",
-                       "include/enotify.php",
                        "boot.php"
                ]
        },
@@ -94,7 +95,7 @@
        },
        "config": {
                "platform": {
-                       "php": "7.0"
+                       "php": "7.2"
                },
                "autoloader-suffix": "Friendica",
                "optimize-autoloader": true,
        },
        "require-dev": {
                "mockery/mockery": "^1.3",
-               "mikey179/vfsstream": "^1.6"
+               "mikey179/vfsstream": "^1.6",
+               "phpunit/phpunit": "^8.5"
        },
        "scripts": {
                "test": "phpunit",