]> git.mxchange.org Git - friendica.git/blobdiff - composer.json
Expose IHTTPClient::request()
[friendica.git] / composer.json
index 1e3fcfcffea937ec5f23d3d1f54e255d641713f6..bf0559254e45d538f98a1af9a7398ebfdc891602 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": "*",
@@ -31,6 +31,7 @@
                "divineomega/password_exposed": "^2.8",
                "ezyang/htmlpurifier": "^4.7",
                "friendica/json-ld": "^1.0",
+               "guzzlehttp/guzzle": "^6.5",
                "league/html-to-markdown": "^4.8",
                "level-2/dice": "^4",
                "lightopenid/lightopenid": "dev-master",
@@ -68,7 +69,8 @@
                "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"
+               "minishlink/web-push": "^6.0",
+               "mattwright/urlresolver": "^2.0"
        },
        "repositories": [
                {
        },
        "require-dev": {
                "mockery/mockery": "^1.3",
-               "mikey179/vfsstream": "^1.6"
+               "mikey179/vfsstream": "^1.6",
+               "phpunit/phpunit": "^8.5"
        },
        "scripts": {
                "test": "phpunit",