From de33d948026cdc458c2c774077518247f0711f4e Mon Sep 17 00:00:00 2001 From: sasezaki Date: Fri, 2 Dec 2022 00:35:56 +0900 Subject: [PATCH] Update installation.md - `5` requires PHP >= 7.4 --- docs/running_psalm/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running_psalm/installation.md b/docs/running_psalm/installation.md index 820e7684dc1..071ba3f5dc0 100644 --- a/docs/running_psalm/installation.md +++ b/docs/running_psalm/installation.md @@ -1,6 +1,6 @@ # Installation -The latest version of Psalm requires PHP >= 7.1 and [Composer](https://getcomposer.org/). +The latest version of Psalm requires PHP >= 7.4 and [Composer](https://getcomposer.org/). ```bash composer require --dev vimeo/psalm