package name
This commit is contained in:
parent
4a6ddf2e00
commit
783563a516
20
README.md
Normal file
20
README.md
Normal file
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "pd_arch/pd_auth",
|
||||
"name": "arch/php-auth-client",
|
||||
"authors": [
|
||||
{
|
||||
"name": "候学杰",
|
||||
|
|
Loading…
Reference in New Issue
Block a user