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).