mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Simplify installation procedure
Composer "require" implies "install", also suggest installing the latest stable version instead.
This commit is contained in:
parent
bc668e2c7a
commit
cfcecf0337
@ -14,8 +14,7 @@ Check out the [wiki](https://github.com/vimeo/psalm/wiki) or [try a live demo](h
|
||||
Install via [Composer](https://getcomposer.org/):
|
||||
|
||||
```bash
|
||||
composer require --dev "vimeo/psalm:dev-master"
|
||||
composer install
|
||||
composer require --dev vimeo/psalm
|
||||
```
|
||||
|
||||
Add a `psalm.xml` config:
|
||||
|
Loading…
x
Reference in New Issue
Block a user