From da6003b258de459378cb045496dc7a90ddd9052a Mon Sep 17 00:00:00 2001 From: Krzysztof Niziol Date: Tue, 7 Nov 2017 15:45:10 +0100 Subject: [PATCH] composer.json - update name of this package & use wiosna/common-library (forked from meritoo/common-library) instead of meritoo/common-library package --- README.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65fc75e..a2083e0 100644 --- a/README.md +++ b/README.md @@ -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: ```bash - $ composer require meritoo/limesurvey-api-client + $ composer require wiosna/limesurvey-api-client ``` > How to install Composer: https://getcomposer.org/download diff --git a/composer.json b/composer.json index 2bf1df6..eb2107d 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "meritoo/limesurvey-api-client", + "name": "wiosna/limesurvey-api-client", "description": "Client of LimeSurvey API", "type": "library", "license": "MIT", @@ -13,7 +13,7 @@ "require": { "php": ">=5.6", "fguillot/json-rpc": "^1.2", - "meritoo/common-library": "~0.0.1" + "wiosna/common-library": "~0.0.1" }, "require-dev": { "phpunit/phpunit": "^5.7",