From 783563a5166bc3b392f24599d2204469812108a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=80=99=E5=AD=A6=E6=9D=B0?= Date: Thu, 15 Mar 2018 23:04:12 +0800 Subject: [PATCH] package name --- README.md | 20 ++++++++++++++++++++ composer.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..23286de --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Auth 系统 PHP Client + +## 如何使用 + +> 该项目使用 composer 来完成加载,需要对项目的 ``` composer.json ``` 中增加如下配置手动制定仓库的地址(因为仓库为公司内部私有的,不对外开放) + + +```json + + "repositories": [ + { + "type": "vcs", + "url": "git@git.int.haowumc.com:arch/php-auth-client.git" + } + ] + +``` + + + diff --git a/composer.json b/composer.json index e94cc3f..61be2b0 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "pd_arch/pd_auth", + "name": "arch/php-auth-client", "authors": [ { "name": "候学杰",