From bdf64a8f7130574c15657f15a9c8512545fe0d1b Mon Sep 17 00:00:00 2001 From: zhanxianchao Date: Fri, 18 Oct 2024 17:21:19 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9composer=E5=8C=85?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f78f31e..c5391fd 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "the-tinderbox/clickhouse-php-client", + "name": "qgmac/clickhouse-php-client", "description": "Clickhouse client over HTTP", "authors": [ { From f4f21380171a13d69c73c45dca2b421d227812d8 Mon Sep 17 00:00:00 2001 From: zhanxianchao Date: Fri, 18 Oct 2024 17:57:36 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9composer=E5=8C=85?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c5391fd..ac079bb 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,14 @@ { - "name": "qgmac/clickhouse-php-client", + "name": "the-tinderbox/clickhouse-php-client", "description": "Clickhouse client over HTTP", "authors": [ { "name": "FacedSID", "email": "ay@imagespark.ru" + }, + { + "name": "qgmac", + "email": "qgmac@qq.com" } ], "autoload": {