1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Simplify installation procedure

Composer "require" implies "install", also suggest installing the latest stable version instead.
This commit is contained in:
Mathias Brodala 2017-01-17 13:51:36 +01:00 committed by GitHub
parent bc668e2c7a
commit cfcecf0337

View File

@ -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: