1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/docs/installation.md

9 lines
166 B
Markdown
Raw Normal View History

2018-02-18 01:53:17 +01:00
# Installation
2018-02-22 02:09:30 +01:00
Psalm Requires PHP >= 5.6 and [Composer](https://getcomposer.org/).
2018-02-18 01:53:17 +01:00
```bash
> composer require --dev "vimeo/psalm:dev-master"
> composer install
```