1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Disable platform check for Phar

This commit is contained in:
Matthew Brown 2020-12-29 12:40:21 +00:00
parent 6ebc9ae8c6
commit 24b44f1974

View File

@ -3,5 +3,8 @@
"prefer-stable": true,
"require": {
"humbug/box": "^3.8"
}
},
"config": {
"platform-check": false
}
}