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

Don't allow installation of psalm/phar and vimeo/psalm in the same project

The scoped and non-scoped code don't work together.
This commit is contained in:
Barney Laurance 2019-06-07 21:49:41 +01:00 committed by Matthew Brown
parent c81a9a8737
commit 811cc08948

View File

@ -5,5 +5,8 @@
"require": {
"php": "^7.1"
},
"conflict": {
"vimeo/psalm" : "*"
},
"bin": ["psalm.phar", "psalm", "psalter", "psalm-language-server", "psalm-plugin"]
}