Installation manual update

This commit is contained in:
2019-12-20 11:15:53 +03:00
parent a3aaac1d0e
commit 31543cb6a1

View File

@@ -5,6 +5,15 @@ This package provides [September First](https://api.1sept.ru) integration for [O
## Installation
Add to `composer.json`:
```
"repositories": [{
"type": "vcs",
"url": "https://github.com/1sept/oauth2-1sept"
}],
```
Then execute:
```sh
composer require 1sept/oauth2-1sept
```