1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/docs/installation.md
2018-02-21 20:09:30 -05:00

9 lines
166 B
Markdown

# Installation
Psalm Requires PHP >= 5.6 and [Composer](https://getcomposer.org/).
```bash
> composer require --dev "vimeo/psalm:dev-master"
> composer install
```