X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=2f12d076d4e5a35d465d65354ce87a916cd86eef;hb=ced4911c4ab268c9e502a3c3e1aa43ebda837044;hp=5df9a5355b866d4fdc1a259024d9e9e09617b55a;hpb=a97b540ebb3f1d5bb5c18b4c0fb631443d03b5a7;p=friendica.git diff --git a/composer.json b/composer.json index 5df9a5355b..2f12d076d4 100644 --- a/composer.json +++ b/composer.json @@ -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"