]> git.mxchange.org Git - friendica.git/blobdiff - composer.json
Add dms/phpunit-arraysubset-asserts dependency
[friendica.git] / composer.json
index 2dd5dec7b9a3a72b3992ab939f2bd5c858d79d30..6dbecb2bfe3a039fdfb0374df52b3ff32eb3e5f1 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": "*",
                "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",
@@ -68,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": [
                {
@@ -83,9 +85,6 @@
                        "Friendica\\Addon\\": "addon/"
                },
                "files": [
-                       "include/conversation.php",
-                       "include/dba.php",
-                       "include/enotify.php",
                        "boot.php"
                ]
        },
@@ -96,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": "^8.5",
+               "dms/phpunit-arraysubset-asserts": "^0.3.1"
        },
        "scripts": {
                "test": "phpunit",