1
0
Fork 0

Use commit hash for PHPParser in composer.json

pull/52/head
Felix Becker 2016-10-12 01:40:35 +02:00
parent e93531dd69
commit 117feb1f8a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
"bin": ["bin/php-language-server.php"],
"require": {
"php": ">=7.0",
"nikic/php-parser": "dev-master",
"nikic/php-parser": "dev-master#90834bff8eaf7b7f893253f312e73d8f532341ca",
"phpdocumentor/reflection-docblock": "^3.0",
"sabre/event": "^4.0",
"felixfbecker/advanced-json-rpc": "^1.2",