composer.json - update name of this package (name of vendor, actually) & use exact version constraint of wiosna-dev/common-library package

This commit is contained in:
Krzysztof Niziol
2017-11-08 15:01:43 +01:00
parent a3e5c78dcd
commit 82031194a2
2 changed files with 15 additions and 3 deletions

View File

@@ -5,10 +5,22 @@ Client of the [LimeSurvey's API](https://manual.limesurvey.org/RemoteControl_2_A
## Installation
In your `composer.json` add address of repository into `repositories` section:
```json
"repositories": [
(...)
{
"type": "vcs",
"url": "https://github.com/wiosna-dev/limesurvey-api-client"
}
]
```
Run [Composer](https://getcomposer.org) to install this package in your project:
```bash
$ composer require wiosna/limesurvey-api-client
$ composer require wiosna-dev/limesurvey-api-client
```
> How to install Composer: https://getcomposer.org/download