From 83a66980f39c4894278d87a1ef23f62afe627b0b Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 25 Apr 2016 10:43:04 +0100 Subject: [PATCH] Update installation.md --- installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.md b/installation.md index 098b23ed..afbc66de 100755 --- a/installation.md +++ b/installation.md @@ -11,7 +11,7 @@ The recommended installation method is using [Composer](https://getcomposer.org) In your project root just run: {% highlight shell %} -composer require league/oauth2-server:5.0.0-RC2 +composer require league/oauth2-server {% endhighlight %} Ensure that you’ve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/01-basic-usage.md#autoloading).