You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
18
17
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.
20
19
21
20
Afterwards you can either run the whole build including linting and coding standards using
22
21
@@ -40,8 +39,6 @@ To detect code style issues, run:
40
39
make cs
41
40
```
42
41
43
-
This requires PHP 7.4. On older versions the build target will be skipped and succeed silently.
0 commit comments