X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=6aa2774a69f22ad45253527653552500a643c183;hb=6f59c829781acac13f8b3fb3516663ec2b50b923;hp=68e5cae99bc94292d79f09d642b2c3c0c65989af;hpb=406b46b63531bb45d73eda3badc7ba657c1ab8c0;p=friendica.git diff --git a/composer.json b/composer.json index 68e5cae99b..6aa2774a69 100644 --- a/composer.json +++ b/composer.json @@ -14,10 +14,15 @@ }, "require": { "php": ">=5.6.1", + "ext-curl": "*", + "ext-dom": "*", + "ext-json": "*", + "ext-openssl": "*", "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", @@ -37,8 +42,7 @@ "npm-asset/jgrowl": "^1.4", "npm-asset/fullcalendar": "^3.0.1", "npm-asset/cropperjs": "1.2.2", - "npm-asset/imagesloaded": "4.1.4", - "friendica/json-ld": "^1.0" + "npm-asset/imagesloaded": "4.1.4" }, "repositories": [ { @@ -53,7 +57,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", @@ -75,7 +87,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"