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

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>
This commit is contained in:
Barney Laurance 2019-06-07 10:05:31 +01:00 committed by Matthew Brown
parent 607ecbe01f
commit 34f152e82a

View File

@ -3,7 +3,7 @@
"description": "Composer-based Psalm Phar",
"license": ["MIT"],
"require": {
"php": "^7.0"
"php": "^7.1"
},
"bin": ["psalm.phar", "psalm", "psalter", "psalm-language-server", "psalm-plugin"]
}