From 1af7abf166edef7bdf452ebd4560a556cb72de43 Mon Sep 17 00:00:00 2001 From: coolxitech Date: Sat, 9 Nov 2024 14:44:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84=20composer.json?= =?UTF-8?q?=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新项目名称和描述- 添加版本号 - 修改主页和许可证信息 - 更新作者列表,增加角色信息 - 新增支持信息,包括问题跟踪、源码仓库和讨论区链接 - 调整关键词和类型 --- composer.json | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index b57c650..a912c15 100644 --- a/composer.json +++ b/composer.json @@ -1,24 +1,42 @@ { - "name": "topthink/think", - "description": "the new thinkphp framework", + "name": "coolxitech/dnsmgr", + "description": "聚合DNS管理系统", + "version": "1.7.2", "type": "project", "keywords": [ "framework", "thinkphp", "ORM" ], - "homepage": "https://www.thinkphp.cn/", - "license": "Apache-2.0", + "homepage": "https://blog.cccyun.cn/post-526.html", + "license": "MIT", "authors": [ { "name": "liu21st", - "email": "liu21st@gmail.com" + "email": "liu21st@gmail.com", + "role": "Developer" }, { "name": "yunwuxin", - "email": "448901948@qq.com" + "email": "448901948@qq.com", + "role": "Developer" + }, + { + "name": "netcccyun", + "homepage": "https://blog.cccyun.cn", + "role": "Owner" + }, + { + "name": "coolxitech", + "homepage": "https://www.kuxi.tech", + "role": "Developer" } ], + "support": { + "issues": "https://github.com/coolxitech/dnsmgr/issues", + "source": "https://github.com/coolxitech/dnsmgr", + "irc": "https://github.com/coolxitech/dnsmgr/discussions" + }, "require": { "php": ">=8.0.0", "ext-pdo": "*",