]> git.mxchange.org Git - friendica.git/blobdiff - composer.json
Remove redundant htmlentities/htmlspecialchars
[friendica.git] / composer.json
index 5df9a5355b866d4fdc1a259024d9e9e09617b55a..2f12d076d4e5a35d465d65354ce87a916cd86eef 100644 (file)
@@ -14,6 +14,8 @@
        },
        "require": {
                "php": ">=5.6.1",
+               "ext-dom": "*",
+               "ext-json": "*",
                "ext-xml": "*",
                "asika/simple-console": "^1.0",
                "divineomega/password_exposed": "^2.4",
@@ -76,7 +78,8 @@
                "phpdocumentor/reflection-docblock": "^3.0.2",
                "phpunit/php-token-stream": "^1.4.2",
                "mikey179/vfsStream": "^1.6",
-               "mockery/mockery": "^1.2"
+               "mockery/mockery": "^1.2",
+               "johnkary/phpunit-speedtrap": "1.1"
        },
        "scripts": {
                "test": "phpunit"