Update installation.md

This commit is contained in:
Alex Bilbie 2016-04-25 10:43:04 +01:00
parent 59fc16d4c6
commit 83a66980f3

View File

@ -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 youve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/01-basic-usage.md#autoloading).