mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +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:
|
||||
|
||||
~~~ javascript
|
||||
{
|
||||
"require": {
|
||||
"league/oauth2-server": "4.0.*@dev"
|
||||
}
|
||||
}
|
||||
~~~shell
|
||||
composer require league/oauth2-server:4.0.x-dev
|
||||
~~~
|
||||
|
||||
Now, assuming you have [installed Composer](https://getcomposer.org/download/) run `composer update`.
|
||||
|
Loading…
Reference in New Issue
Block a user