mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
34f152e82a
I'm guessing there's no difference between the two which means one needs 7.1 and the other only needs 7.0 Co-Authored-By: Bruce Weirdan <weirdan@gmail.com>
10 lines
211 B
JSON
10 lines
211 B
JSON
{
|
|
"name": "psalm/phar",
|
|
"description": "Composer-based Psalm Phar",
|
|
"license": ["MIT"],
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"bin": ["psalm.phar", "psalm", "psalter", "psalm-language-server", "psalm-plugin"]
|
|
}
|