Skip to content

Commit

Permalink
增加别名
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Jan 5, 2024
1 parent 0f6813f commit 13ef2dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# component-creator
# 基础平台SDK

## 安装

```
composer create-project hyperf/component-creator
composer require gemini-d/plt-common
```

git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin [email protected]:Gemini-D/plt-common.git
git push -u origin main
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
"extra": {
"hyperf": {
"config": "GeminiD\\PltCommon\\ConfigProvider"
},
"branch-alias": {
"dev-main": "1.0-dev"
}
}
}

0 comments on commit 13ef2dd

Please sign in to comment.