]> git.mxchange.org Git - friendica.git/blobdiff - composer.json
Add dms/phpunit-arraysubset-asserts dependency
[friendica.git] / composer.json
index 1a3e841fe286d0b0bc4327af3ea52bce8d050a1e..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": "*",
@@ -85,7 +85,6 @@
                        "Friendica\\Addon\\": "addon/"
                },
                "files": [
-                       "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",