From c5aa9188693d7ac86dc4842f4dde3d63a523f741 Mon Sep 17 00:00:00 2001 From: Matthew Turland Date: Tue, 26 May 2015 10:14:31 -0500 Subject: [PATCH] Updated installation instructions --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b32e147..8544373 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,8 @@ The recommended method of installation is [through composer](http://getcomposer. ```JSON { - "minimum-stability": "dev", "require": { - "phergie/phergie-irc-connection": "1.1.0" + "phergie/phergie-irc-connection": "~2" } } ```