mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-02 19:51:03 +05:30
Update installation.md
This commit is contained in:
parent
57a48c7bcc
commit
dd16520083
@ -8,9 +8,7 @@ permalink: /installation/
|
||||
|
||||
The recommended way of installing the library is via Composer.
|
||||
|
||||
If you already have a composer.json file in your root then add `"league/oauth2-server": "4.*"` in the require object. Then run `composer update`.
|
||||
|
||||
Otherwise create a new file in your project root called composer.json add set the contents to:
|
||||
In your project root just run:
|
||||
|
||||
~~~ shell
|
||||
composer require league/oauth2-server:4.0.x-dev
|
||||
|
Loading…
Reference in New Issue
Block a user