From 7138088b4fad8a9e4416d30027b1f4d981e922bd Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Tue, 6 Sep 2016 14:02:28 +0200 Subject: [PATCH] Add contribution guides --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 959e739..6f7b890 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,19 @@ A pure PHP implementation of the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol). ![Find all symbols demo](images/documentSymbol.gif) + +## Used by + - [vscode-php-intellisense](https://github.com/felixfbecker/vscode-php-intellisense) + +## Contributing + +You need at least PHP 7.0 and Composer installed. +Clone the repository and run + + composer install + +to install dependencies. + +Run the tests with + + vendor/bin/phpunit --bootstrap vendor/autoload.php tests