From 34f152e82ae4c89302daf58238650889e464453b Mon Sep 17 00:00:00 2001 From: Barney Laurance Date: Fri, 7 Jun 2019 10:05:31 +0100 Subject: [PATCH] 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 --- assets/psalm-phar/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/psalm-phar/composer.json b/assets/psalm-phar/composer.json index 6c21a1a8d..abf2772b8 100644 --- a/assets/psalm-phar/composer.json +++ b/assets/psalm-phar/composer.json @@ -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"] }