8000 Update README · phpstan/phpstan-src@a03a78f · GitHub
[go: up one dir, main page]

Skip to content

Commit a03a78f

Browse files
committed
Update README
1 parent ca600d8 commit a03a78f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# PHPStan - PHP Static Analysis Tool
22

3-
[![Build](https://github.com/phpstan/phpstan-src/workflows/Build/badge.svg)](https://github.com/phpstan/phpstan-src/actions)
4-
[![Coverage Status](https://coveralls.io/repos/github/phpstan/phpstan-src/badge.svg)](https://coveralls.io/github/phpstan/phpstan-src)
3+
[![Build](https://github.com/phpstan/phpstan-src/workflows/Tests/badge.svg)](https://github.com/phpstan/phpstan-src/actions)
54
[![PHPStan Enabled](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat)](https://github.com/phpstan/phpstan)
65

76
---
@@ -14,9 +13,9 @@ Any contributions are welcome.
1413

1514
### Building
1615

17-
PHPStan's source code is developed on PHP 7.4. For distribution in `phpstan/phpstan` package and as a PHAR file, the source code is transformed to run on PHP 7.1 and higher.
16+
PHPStan's source code is developed on PHP 8.0. For distribution in `phpstan/phpstan` package and as a PHAR file, the source code is transformed to run on PHP 7.1 and higher.
1817

19-
Initially you need to run `composer install`, or `composer update` in case you aren't working in a directory which was built before.
18+
Initially you need to run `composer install` in case you aren't working in a directory which was built before.
2019

2120
Afterwards you can either run the whole build including linting and coding standards using
2221

@@ -40,8 +39,6 @@ To detect code style issues, run:
4039
make cs
4140
```
4241

43-
This requires PHP 7.4. On older versions the build target will be skipped and succeed silently.
44-
4542
And then to fix code style, run:
4643

4744
```bash

0 commit comments

Comments
 (0)
0