Tweaked composer instructions

This commit is contained in:
Phil Sturgeon 2014-11-08 14:37:55 -03:00
parent 8e90033594
commit 79fbccdcd3

View File

@ -6,12 +6,12 @@ permalink: /installation/
# Installation
The recommended way of installing the library is via Composer.
The recommended installation method is via Composer.
In your project root just run:
~~~ shell
composer require league/oauth2-server:4.0.x-dev
~~~shell
$ composer require league/oauth2-server
~~~
Ensure that youve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/00-intro.md#autoloading).