X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=108ea8473ded3b1a1b1ec1ea80b5a9cbe4c759f4;hb=c8328a8446191753c9b43cfcb2891c9b20800185;hp=915c2b08ccc0fe8e52c032f8efea9bfc905aa498;hpb=9827e933a2a1b8e93f293d4e6293384126e5784c;p=friendica.git diff --git a/composer.json b/composer.json index 915c2b08cc..108ea8473d 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,6 @@ "autoload": { "psr-4": { "Friendica\\": "src/", - "Friendica\\Test\\": "tests/", "Friendica\\Addon\\": "addon/" }, "psr-0": { @@ -87,6 +86,11 @@ "boot.php" ] }, + "autoload-dev": { + "psr-4": { + "Friendica\\Test\\": "tests/" + } + }, "config": { "autoloader-suffix": "Friendica", "optimize-autoloader": true, @@ -120,7 +124,8 @@ "phpunit/php-token-stream": "^1.4.2", "mikey179/vfsstream": "^1.6", "mockery/mockery": "^1.2", - "johnkary/phpunit-speedtrap": "1.1" + "johnkary/phpunit-speedtrap": "1.1", + "jakub-onderka/php-parallel-lint": "^1.0" }, "scripts": { "test": "phpunit"