mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Re-enable platform-check
This makes sure that we output sensible error (not very pretty, but useful) when required extensions are missing. Fixes vimeo/psalm#7560
This commit is contained in:
parent
45ed177693
commit
b8ca90c38e
@ -68,7 +68,7 @@
|
||||
},
|
||||
"optimize-autoloader": true,
|
||||
"sort-packages": true,
|
||||
"platform-check": false
|
||||
"platform-check": true
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
Loading…
Reference in New Issue
Block a user