Skip to content

Commit 4f89246

Browse files
spawniaondrejmirtes
authored andcommitted
Fix PHP version and grammar in README.md
1 parent 7b89fac commit 4f89246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ If you are using macOS and are using an older version of `patch`, you may have p
2121

2222
### Building
2323

24-
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.
24+
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.
2525

2626
Initially you need to run `composer install` in case you aren't working in a directory which was built before.
2727

28-
Afterwards you can either run the whole build including linting and coding standards using
28+
Afterward you can run the whole build including linting and coding standards:
2929

3030
```bash
3131
make

0 commit comments

Comments
 (0)