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:
parent
607ecbe01f
commit
34f152e82a
@ -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"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user