diff --git a/composer.json b/composer.json index 9b5361a..526d0a4 100644 --- a/composer.json +++ b/composer.json @@ -35,5 +35,13 @@ "psr-4": { "LanguageServer\\": "src/" } + }, + "autoload-dev": { + "psr-4": { + "LanguageServer\\Tests\\": "tests/" + } + }, + "require-dev": { + "phpunit/phpunit": "^5.5" } }