X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=5df9a5355b866d4fdc1a259024d9e9e09617b55a;hb=d6864311e3ab92ef034b6fb102032e0f945ac409;hp=ebf8217e5e17ef4caf6aa18b2f5133a980628494;hpb=162233e503c34a942f5093cdaa409644c4445016;p=friendica.git diff --git a/composer.json b/composer.json index ebf8217e5e..5df9a5355b 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,9 @@ "php": ">=5.6.1", "ext-xml": "*", "asika/simple-console": "^1.0", - "digitalbazaar/json-ld": "^0.4.7", "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", @@ -43,7 +43,7 @@ "repositories": [ { "type": "vcs", - "url": "https://github.com/pear/Text_Highlighter" + "url": "https://git.friendi.ca/friendica/php-json-ld" } ], "autoload": { @@ -75,7 +75,8 @@ "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" }, "scripts": { "test": "phpunit"