Repro steps:
- grab the latest source from master
- run
composer update to update dependencies
- formatting operations fail with:
PHP Fatal error: main(): Failed opening required 'C:\src\php\php-language-server\src/../vendor/squizlabs/php_codesniffer/Config.php' (include_path='.;C:\php\pear') in C:\src\php\php-language-server\src\Formatter.php on line 6
The issue is also causing the travis build to fail. Working on a fix.