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:
parent
9bc98ecd47
commit
77422c4631
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user