From cfcecf0337cd7ca85ac3d6d622c2491e2cc3be3b Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Tue, 17 Jan 2017 13:51:36 +0100 Subject: [PATCH] Simplify installation procedure Composer "require" implies "install", also suggest installing the latest stable version instead. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b9a713764..21e995bf0 100644 --- a/README.md +++ b/README.md @@ -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: