1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/assets/psalm-phar/composer.json
Barney Laurance 34f152e82a Update PHP version req in phar to match non-phar requirement
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>
2019-06-07 06:52:07 -04:00

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"]
}