1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00

Disable platform check for Phar

This commit is contained in:
Matthew Brown 2020-12-29 12:40:21 +00:00 committed by Daniil Gentili
parent c68e77a382
commit 5165dc91b7
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

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