From 6995ac1130108a5b972252b652c0bcd0be9c3dc1 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Fri, 28 Nov 2014 17:55:59 -0500 Subject: [PATCH] Updating README to recommend ~0.5.0 for installing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 326e021..1cde7cd 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Some developers use this library as a base for their own PHP API wrappers, and t Via Composer ``` bash -$ composer require "league/oauth2-client=~0.5" +$ composer require "league/oauth2-client=~0.5.0" ``` ## Testing