From ebf4c096b3ae38b341fb396c35361e3a0b8beaf6 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Fri, 6 Apr 2018 11:07:48 -0700 Subject: [PATCH 1/4] ci(travis): use PECL to install XDebug --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 44641af..4a6ae48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,8 +31,9 @@ jobs: # Fix ruby error https://github.com/Homebrew/brew/issues/3299 - brew update - brew tap homebrew/homebrew-php - - brew install php71 - - brew install homebrew/php/php71-xdebug + - brew install php@7.1 + - brew link --force --overwrite php@7.1 + - pecl install xdebug-2.6.0 - php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" - php composer-setup.php - ln -s "`pwd`/composer.phar" /usr/local/bin/composer From 7e1ca75863dfed0c782b5bfbec85c6d70401c355 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Sat, 21 Apr 2018 16:52:37 -0700 Subject: [PATCH 2/4] ci(travis): remove brew tap --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4a6ae48..95def1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,6 @@ jobs: before_install: # Fix ruby error https://github.com/Homebrew/brew/issues/3299 - brew update - - brew tap homebrew/homebrew-php - brew install php@7.1 - brew link --force --overwrite php@7.1 - pecl install xdebug-2.6.0 From fe33c8cd7fb962af6853a8e99aeb47d9881d13aa Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Thu, 26 Apr 2018 15:53:21 -0700 Subject: [PATCH 3/4] fix(package): include tests folder This is needed if you want to extend the buildserver and reuse tests --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index da41831..63babab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,7 +3,6 @@ /.vscode export-ignore /fixtures export-ignore /images export-ignore -/tests export-ignore /validation export-ignore /.dockerignore export-ignore /.editorconfig export-ignore From 26e3451e6123aff9e40c8465d5d7d013ba2a2724 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Mon, 14 May 2018 02:26:56 +0200 Subject: [PATCH 4/4] docs: add a TOC to the README (#618) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1597536..e608a77 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,16 @@ Uses the great [Tolerant PHP Parser](https://github.com/Microsoft/tolerant-php-p [phpDocumentor's DocBlock reflection](https://github.com/phpDocumentor/ReflectionDocBlock) and an [event loop](http://sabre.io/event/loop/) for concurrency. +**Table of Contents** + - [Features](#features) + - [Performance](#performance) + - [Versioning](#versioning) + - [Installation](#installation) + - [Running](#running) + - [Used by](#used-by) + - [Contributing](#contributing) + + ## Features ### [Completion](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#textDocument_completion)