mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 13:09:44 +05:30
Tweaked composer instructions
This commit is contained in:
parent
8e90033594
commit
79fbccdcd3
@ -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 you’ve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/00-intro.md#autoloading).
|
||||
|
Loading…
Reference in New Issue
Block a user