X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=9668b9341c14e819a1f267fd4cd7d314d3742261;hb=41423e578a623c267cf59ecd5d5834cf443f9571;hp=5cb33e67d604ebca8c87bcc3f621b246309ddab7;hpb=188158274cdb79c84c7e9c163a52a593179cbc12;p=friendica.git diff --git a/composer.json b/composer.json index 5cb33e67d6..9668b9341c 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "paragonie/random_compat": "^2.0", "pear/Text_LanguageDetect": "1.*", "pear/Text_Highlighter": "dev-master", + "seld/cli-prompt": "^1.0", "smarty/smarty": "^3.1", "fxp/composer-asset-plugin": "~1.3", "bower-asset/base64": "^1.0", @@ -46,7 +47,8 @@ ], "autoload": { "psr-4": { - "Friendica\\": "src/" + "Friendica\\": "src/", + "Friendica\\Test\\": "tests/" }, "psr-0": { "": "library/" @@ -67,5 +69,13 @@ "exclude": [ "log", "cache", "/photo", "/proxy" ] + }, + "require-dev": { + "phpunit/dbunit": "^2.0", + "phpdocumentor/reflection-docblock": "^3.0.2", + "phpunit/php-token-stream": "^1.4.2" + }, + "scripts": { + "test": "phpunit" } }