X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=9668b9341c14e819a1f267fd4cd7d314d3742261;hb=41423e578a623c267cf59ecd5d5834cf443f9571;hp=b7cd645bdb43d72580af2d8e0e31c2a98c3a344a;hpb=b73d5a641f6d7495c94b0902d785031abe9a6414;p=friendica.git diff --git a/composer.json b/composer.json index b7cd645bdb..9668b9341c 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,8 @@ ], "autoload": { "psr-4": { - "Friendica\\": "src/" + "Friendica\\": "src/", + "Friendica\\Test\\": "tests/" }, "psr-0": { "": "library/" @@ -68,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" } }