mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
811cc08948
The scoped and non-scoped code don't work together.
13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"name": "psalm/phar",
|
|
"description": "Composer-based Psalm Phar",
|
|
"license": ["MIT"],
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"conflict": {
|
|
"vimeo/psalm" : "*"
|
|
},
|
|
"bin": ["psalm.phar", "psalm", "psalter", "psalm-language-server", "psalm-plugin"]
|
|
}
|