From 94f9ff3e5962e98e504d8fdbed24158f6de861c5 Mon Sep 17 00:00:00 2001 From: Tomas Novotny Date: Fri, 19 Feb 2021 14:56:46 +0100 Subject: [PATCH 1/4] package name --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 8c57f9e..b07715c 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,6 @@ { + "name": "mall-pay/php-client", + "version": "1.0", "require": { "guzzlehttp/guzzle": "~6.0", "monolog/monolog": "^1.0" From af3f2a371e848bb9250586de938fde716301ddca Mon Sep 17 00:00:00 2001 From: Tomas Novotny Date: Mon, 22 Feb 2021 07:49:34 +0100 Subject: [PATCH 2/4] Update readme.md --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 710d2e2..ff6c9f8 100644 --- a/readme.md +++ b/readme.md @@ -30,4 +30,7 @@ Getting started The demo can handle also the notifications from MALLPay. To test the notifications, the demo has to run on a public internet domain, not on localhost. - +Composer installation +--------------- +* Run `composer config repositories.mall-pay vcs git@github.com:iki-cz/php-client.git` +* Run `composer require mall-pay/php-client:dev-master` From a80b81bdfe0d0434444831f9d1a934c25bf778e3 Mon Sep 17 00:00:00 2001 From: Tomas Novotny Date: Mon, 22 Feb 2021 07:49:55 +0100 Subject: [PATCH 3/4] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ff6c9f8..69060e3 100644 --- a/readme.md +++ b/readme.md @@ -32,5 +32,5 @@ The demo can handle also the notifications from MALLPay. To test the notificatio Composer installation --------------- -* Run `composer config repositories.mall-pay vcs git@github.com:iki-cz/php-client.git` +* Run `composer config repositories.mall-pay vcs git@github.com:mall-pay/php-client.git` * Run `composer require mall-pay/php-client:dev-master` From 84692c1fdb772d3299bbf84ead403dabf0cd6630 Mon Sep 17 00:00:00 2001 From: Tomas Novotny Date: Mon, 22 Feb 2021 07:54:59 +0100 Subject: [PATCH 4/4] Update composer.json --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index b07715c..66e7534 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,5 @@ { "name": "mall-pay/php-client", - "version": "1.0", "require": { "guzzlehttp/guzzle": "~6.0", "monolog/monolog": "^1.0"