1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-29 20:28:59 +01:00

Fix Phar platform check

Fixes #4640
This commit is contained in:
Matt Brown 2020-11-20 11:08:40 -05:00 committed by Daniil Gentili
parent 7f0ac653a1
commit fb1fce8723
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -8,5 +8,6 @@
"conflict": {
"vimeo/psalm" : "*"
},
"bin": ["psalm.phar"]
"bin": ["psalm.phar"],
"platform-check": false
}