mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-23 05:29:52 +05:30
Update installation.md
This commit is contained in:
parent
293f1ebe27
commit
57a48c7bcc
@ -12,12 +12,8 @@ If you already have a composer.json file in your root then add `"league/oauth2-s
|
|||||||
|
|
||||||
Otherwise create a new file in your project root called composer.json add set the contents to:
|
Otherwise create a new file in your project root called composer.json add set the contents to:
|
||||||
|
|
||||||
~~~ javascript
|
~~~shell
|
||||||
{
|
composer require league/oauth2-server:4.0.x-dev
|
||||||
"require": {
|
|
||||||
"league/oauth2-server": "4.0.*@dev"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Now, assuming you have [installed Composer](https://getcomposer.org/download/) run `composer update`.
|
Now, assuming you have [installed Composer](https://getcomposer.org/download/) run `composer update`.
|
||||||
|
Loading…
Reference in New Issue
Block a user