1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 13:21:22 +01:00

limit PHPParser to 4.12

This commit is contained in:
orklah 2021-09-20 15:31:19 +02:00
parent 90e1662964
commit 6bb952dc37

View File

@ -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",