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

Forbid faulty nikic/php-parser version

`4.17.0` had a bug that made our CI checks to fail. `4.17.1` fixed that
issue (https://github.com/nikic/PHP-Parser/issues/939).
This commit is contained in:
Bruce Weirdan 2023-08-13 23:42:52 +02:00
parent 9bc98ecd47
commit 77422c4631
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -39,6 +39,9 @@
"symfony/console": "^4.1.6 || ^5.0 || ^6.0", "symfony/console": "^4.1.6 || ^5.0 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0" "symfony/filesystem": "^5.4 || ^6.0"
}, },
"conflict": {
"nikic/php-parser": "4.17.0"
},
"provide": { "provide": {
"psalm/psalm": "self.version" "psalm/psalm": "self.version"
}, },