Update installation.md

This commit is contained in:
Alex Bilbie 2016-04-10 13:21:21 +01:00
parent 3aeefe7d22
commit 89e733d903

View File

@ -18,7 +18,7 @@ The following versions of PHP are supported:
In your project root just run:
{% highlight shell %}
$ $ composer require league/oauth2-server:5.0.0-RC1
$ composer require league/oauth2-server:5.0.0-RC1
{% endhighlight %}
Ensure that youve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/00-intro.md#autoloading).