From 6882a2b329b643e7a747e3c483b8d7e15d94ff41 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Thu, 24 Mar 2016 19:48:14 +0000 Subject: [PATCH] Updated install command --- installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.md b/installation.md index 9c4814e4..9ba9feed 100755 --- a/installation.md +++ b/installation.md @@ -18,7 +18,7 @@ The following versions of PHP are supported: In your project root just run: {% highlight shell %} -$ composer require league/oauth2-server +$ $ composer require league/oauth2-server:5.0.0-RC1 {% endhighlight %} Ensure that you’ve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/00-intro.md#autoloading).