X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=39d9358926ed905cfe06de144dccb48c8331d0b0;hb=0a7861da652b0ea30ec4827c69cb5b98072c1a60;hp=68e5cae99bc94292d79f09d642b2c3c0c65989af;hpb=505350c9fb9b16dde6c86d418947592ab3720282;p=friendica.git diff --git a/composer.json b/composer.json index 68e5cae99b..39d9358926 100644 --- a/composer.json +++ b/composer.json @@ -14,10 +14,22 @@ }, "require": { "php": ">=5.6.1", + "ext-ctype": "*", + "ext-curl": "*", + "ext-dom": "*", + "ext-fileinfo": "*", + "ext-gd": "*", + "ext-iconv": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-openssl": "*", + "ext-simplexml": "*", "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", @@ -38,7 +50,7 @@ "npm-asset/fullcalendar": "^3.0.1", "npm-asset/cropperjs": "1.2.2", "npm-asset/imagesloaded": "4.1.4", - "friendica/json-ld": "^1.0" + "monolog/monolog": "^1.24" }, "repositories": [ { @@ -49,11 +61,20 @@ "autoload": { "psr-4": { "Friendica\\": "src/", - "Friendica\\Test\\": "tests/" + "Friendica\\Test\\": "tests/", + "Friendica\\Addon\\": "addon/" }, "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 +96,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"