mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Merge pull request #6509 from orklah/php-parser-limit
limit PHPParser to 4.12
This commit is contained in:
commit
9b58871ace
@ -31,7 +31,7 @@
|
||||
"felixfbecker/advanced-json-rpc": "^3.0.3",
|
||||
"felixfbecker/language-server-protocol": "^1.5",
|
||||
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
|
||||
"nikic/php-parser": "^4.12",
|
||||
"nikic/php-parser": "4.12.*",
|
||||
"openlss/lib-array2xml": "^1.0",
|
||||
"sebastian/diff": "^3.0 || ^4.0",
|
||||
"symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user