X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=1d7348d84a7b784c0f614af687a0221731de0449;hb=cb635fb3cbb499ed6bf2b995a5ec1d6e9a38773a;hp=c717775506f74ca26e145e6f8332d77c03195963;hpb=3dfb0c2e7cc84dc7e43a975f44e8854b98d043bc;p=friendica.git diff --git a/composer.json b/composer.json index c717775506..1d7348d84a 100644 --- a/composer.json +++ b/composer.json @@ -14,10 +14,14 @@ }, "require": { "php": ">=5.6.1", + "ext-curl": "*", + "ext-dom": "*", + "ext-json": "*", "ext-xml": "*", "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 +46,7 @@ "repositories": [ { "type": "vcs", - "url": "https://github.com/pear/Text_Highlighter" + "url": "https://git.friendi.ca/friendica/php-json-ld" } ], "autoload": { @@ -52,7 +56,15 @@ }, "psr-0": { "": "library/" - } + }, + "files": [ + "include/conversation.php", + "include/dba.php", + "include/enotify.php", + "include/items.php", + "include/text.php", + "boot.php" + ] }, "config": { "autoloader-suffix": "Friendica", @@ -74,7 +86,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"