1
0
Fork 0

update parser branch for development

pull/357/head
Sara Itani 2017-03-01 15:08:34 -08:00
parent 13241a7be9
commit 027801ebba
1 changed files with 2 additions and 2 deletions

View File

@ -39,13 +39,13 @@
"sabre/uri": "^2.0",
"jetbrains/phpstorm-stubs": "dev-master",
"composer/composer": "^1.3",
"Microsoft/tolerant-php-parser": "master"
"Microsoft/tolerant-php-parser": "dev-lang-server"
},
"minimum-stability": "dev",
"repositories": [
{
"type": "git",
"url": "https://github.com/Microsoft/tolerant-php-parser.git"
"url": "https://github.com/mousetraps/tolerant-php-parser.git"
}
],
"prefer-stable": true,