From 53faa66833400c35c23a5cf6b95aff16a10397ec Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Wed, 8 Oct 2025 12:04:32 +0200 Subject: [PATCH] Fix PHP version and grammar in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e817604542..b21a24b3fd 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ If you are using macOS and are using an older version of `patch`, you may have p ### Building -PHPStan's source code is developed on PHP 8.1. For distribution in `phpstan/phpstan` package and as a PHAR file, the source code is transformed to run on PHP 7.2 and higher. +PHPStan's source code is developed on PHP 8.2. For distribution in `phpstan/phpstan` package and as a PHAR file, the source code is transformed to run on PHP 7.2 and higher. Initially you need to run `composer install` in case you aren't working in a directory which was built before. -Afterwards you can either run the whole build including linting and coding standards using +Afterward you can run the whole build including linting and coding standards: ```bash make