diff options
-rw-r--r-- | composer.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 0a8e57b5e..fef9bc6f0 100644 --- a/composer.json +++ b/composer.json @@ -75,6 +75,11 @@ "Zotlabs\\": "Zotlabs/" } }, + "autoload-dev": { + "psr-4": { + "Zotlabs\\Tests\\Unit\\": "tests/unit/" + } + }, "minimum-stability": "stable", "config": { "notify-on-install": false, |