Bump tolerant-php-parser (#415)
* Bump tolerant-php-parser * Update test for new parser static supportpull/416/head v4.5.2
parent
548120314d
commit
f97105740d
|
@ -38,7 +38,7 @@
|
||||||
"sabre/uri": "^2.0",
|
"sabre/uri": "^2.0",
|
||||||
"jetbrains/phpstorm-stubs": "dev-master",
|
"jetbrains/phpstorm-stubs": "dev-master",
|
||||||
"composer/composer": "^1.3",
|
"composer/composer": "^1.3",
|
||||||
"Microsoft/tolerant-php-parser": "^0.0.2"
|
"Microsoft/tolerant-php-parser": "^0.0.3"
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
"references": {
|
"references": {
|
||||||
"MyNamespace\\B": [
|
"MyNamespace\\B": [
|
||||||
"./static4.php"
|
"./static4.php"
|
||||||
],
|
|
||||||
"static": [
|
|
||||||
"./static4.php"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"definitions": {
|
"definitions": {
|
||||||
|
|
Loading…
Reference in New Issue