From 8d0e724438a68d21514f5bb2ca7d8ef48303678c Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Tue, 29 Nov 2016 12:33:01 -0500 Subject: [PATCH] Remove need for repo address --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3dd0d109a7d..975a5a647e0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ Check out the [wiki](https://github.com/vimeo/psalm/wiki)! Install via [Composer](https://getcomposer.org/): ```bash -composer config repositories.psalm vcs https://github.com/vimeo/psalm composer require --dev "vimeo/psalm:dev-master" composer install ```