Skip to content

Commit

Permalink
readme: how to composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored and ondrejmirtes committed Nov 22, 2022
1 parent 85ac37b commit d4ee144
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ This repository (`phpstan/phpstan-src`) is for PHPStan's development only. Head

Any contributions are welcome.

### Installation

```bash
composer install
```

If you encounter dependency problem, try using `export COMPOSER_ROOT_VERSION=1.9.x-dev`

### 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.
Expand Down

0 comments on commit d4ee144

Please sign in to comment.