修改项目属性和协议;

This commit is contained in:
augushong
2019-08-24 10:29:38 +08:00
parent ac14c74e8a
commit 5ce3869740
3 changed files with 23 additions and 6 deletions

View File

@@ -1,18 +1,20 @@
{
"name": "topthink/think",
"description": "the new thinkphp framework",
"name": "ulthon/ulthon_admin",
"description": "quick start a project with management background using thinkphp6",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
"ORM",
"ulthon",
"admin"
],
"homepage": "http://thinkphp.cn/",
"homepage": "http://ulthon_admin.ulthon.com/",
"license": "Apache-2.0",
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.com"
"name": "ulthon",
"email": "ulthon@163.com"
}
],
"require": {