X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=339211f6f0e5718cd8496a06c0ba58716a915ac1;hb=ad07525a9fc5391d51867c48cfe99771ccf16b36;hp=c717775506f74ca26e145e6f8332d77c03195963;hpb=306688057d64a156969eff79fff546c82d8e616a;p=friendica.git diff --git a/composer.json b/composer.json index c717775506..339211f6f0 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,7 @@ "asika/simple-console": "^1.0", "divineomega/password_exposed": "^2.4", "ezyang/htmlpurifier": "~4.7.0", + "friendica/json-ld": "^1.0", "league/html-to-markdown": "~4.8.0", "lightopenid/lightopenid": "dev-master", "michelf/php-markdown": "^1.7", @@ -42,7 +43,7 @@ "repositories": [ { "type": "vcs", - "url": "https://github.com/pear/Text_Highlighter" + "url": "https://git.friendi.ca/friendica/php-json-ld" } ], "autoload": { @@ -74,7 +75,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"