X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=2f12d076d4e5a35d465d65354ce87a916cd86eef;hb=761e94d134cf841a013127ba5070dcba525e0c6d;hp=04e4b655da4875fc094347e98850a26ac4fbaa10;hpb=2838e4ebaf731234eecb0391e919116837820224;p=friendica.git diff --git a/composer.json b/composer.json index 04e4b655da..2f12d076d4 100644 --- a/composer.json +++ b/composer.json @@ -14,17 +14,19 @@ }, "require": { "php": ">=5.6.1", + "ext-dom": "*", + "ext-json": "*", "ext-xml": "*", "asika/simple-console": "^1.0", "divineomega/password_exposed": "^2.4", "ezyang/htmlpurifier": "~4.7.0", - "league/html-to-markdown": "~4.4.1", + "friendica/json-ld": "^1.0", + "league/html-to-markdown": "~4.8.0", "lightopenid/lightopenid": "dev-master", "michelf/php-markdown": "^1.7", "mobiledetect/mobiledetectlib": "2.8.*", "paragonie/random_compat": "^2.0", "pear/Text_LanguageDetect": "1.*", - "pear/Text_Highlighter": "dev-master", "seld/cli-prompt": "^1.0", "smarty/smarty": "^3.1", "fxp/composer-asset-plugin": "~1.3", @@ -43,7 +45,7 @@ "repositories": [ { "type": "vcs", - "url": "https://github.com/pear/Text_Highlighter" + "url": "https://git.friendi.ca/friendica/php-json-ld" } ], "autoload": { @@ -75,7 +77,9 @@ "phpunit/dbunit": "^2.0", "phpdocumentor/reflection-docblock": "^3.0.2", "phpunit/php-token-stream": "^1.4.2", - "mikey179/vfsStream": "^1.6" + "mikey179/vfsStream": "^1.6", + "mockery/mockery": "^1.2", + "johnkary/phpunit-speedtrap": "1.1" }, "scripts": { "test": "phpunit"