* Removed archives from node_modules test dir for MacOS notarization
* Adding a newline at end of file
* Reverting my earlier fix to force php 7 in travis
No longer required since 7.2 is the default php version.
7.0 is no longer supported in travis, which is causing travis build to
fail.
* Php Tooling Extensions Using LSP Framework
* Corrected Indentation space
* Corrected ESLint Error
* addressed review comments
* Addressed review comments
* addressed review comments
* Added Preferences description string
* Addressed review comments
* Addressed review comments
* addressed review comments
* Addresed review comments
* Addresed review comments
* Addressed some bug
* Adding Unit test Files
* Corrected the strings
* Fixed Eslint Errors
* Added some unit test Cases
* using restart function
* Switch to php7 in travis before dependency installation
php-Tooling npm package requires felixfbecker/language-server php
package, which can only be installed on php7. this should fix the break
in brackets travis build
This was the cause of [some Travis build errors](https://github.com/travis-ci/travis-ci/issues/2591).
In YAML, apparently `0.10` is treated as a float, so Travis was trying to use
node 0.1 rather than 0.10.