composer.json - update name of this package & use wiosna/common-library (forked from meritoo/common-library) instead of meritoo/common-library package

This commit is contained in:
Krzysztof Niziol
2017-11-07 15:45:10 +01:00
parent ee62e9f148
commit da6003b258
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ Client of the [LimeSurvey's API](https://manual.limesurvey.org/RemoteControl_2_A
Run [Composer](https://getcomposer.org) to install this package in your project: Run [Composer](https://getcomposer.org) to install this package in your project:
```bash ```bash
$ composer require meritoo/limesurvey-api-client $ composer require wiosna/limesurvey-api-client
``` ```
> How to install Composer: https://getcomposer.org/download > How to install Composer: https://getcomposer.org/download

View File

@@ -1,5 +1,5 @@
{ {
"name": "meritoo/limesurvey-api-client", "name": "wiosna/limesurvey-api-client",
"description": "Client of LimeSurvey API", "description": "Client of LimeSurvey API",
"type": "library", "type": "library",
"license": "MIT", "license": "MIT",
@@ -13,7 +13,7 @@
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"fguillot/json-rpc": "^1.2", "fguillot/json-rpc": "^1.2",
"meritoo/common-library": "~0.0.1" "wiosna/common-library": "~0.0.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.7", "phpunit/phpunit": "^5.7",