mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-02-24 08:47:22 +08:00
- 在 composer.json 文件中添加了 Composer 中文网镜像 - 新增镜像地址:https://packagist.phpcomposer.com - 设置 canonical 为 false,保持官方镜像的优先级
93 lines
2.5 KiB
JSON
93 lines
2.5 KiB
JSON
{
|
|
"name": "coolxitech/dnsmgr",
|
|
"description": "聚合DNS管理系统",
|
|
"version": "1.7.3",
|
|
"type": "project",
|
|
"keywords": [
|
|
"thinkphp",
|
|
"dns",
|
|
"dnsmanager",
|
|
"cccyun"
|
|
],
|
|
"homepage": "https://blog.cccyun.cn/post-526.html",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "liu21st",
|
|
"email": "liu21st@gmail.com",
|
|
"role": "Framework Developer"
|
|
},
|
|
{
|
|
"name": "yunwuxin",
|
|
"email": "448901948@qq.com",
|
|
"role": "Framework Developer"
|
|
},
|
|
{
|
|
"name": "netcccyun",
|
|
"homepage": "https://blog.cccyun.cn",
|
|
"role": "Project Owner"
|
|
},
|
|
{
|
|
"name": "coolxitech",
|
|
"email": "admin@kuxi.tech",
|
|
"homepage": "https://www.kuxi.tech",
|
|
"role": "Project Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/coolxitech/dnsmgr/issues",
|
|
"source": "https://github.com/coolxitech/dnsmgr"
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.0",
|
|
"ext-pdo": "*",
|
|
"ext-gd": "*",
|
|
"ext-curl": "*",
|
|
"topthink/framework": "^8.0",
|
|
"topthink/think-orm": "^3.0",
|
|
"topthink/think-filesystem": "^2.0",
|
|
"topthink/think-view": "^2.0",
|
|
"topthink/think-captcha": "^3.0",
|
|
"guzzlehttp/guzzle": "^7.9",
|
|
"coolxitech/cloudflare-sdk": "dev-master",
|
|
"jeremykendall/php-domain-parser": "^6.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/var-dumper": "^4.2",
|
|
"topthink/think-trace":"^1.0",
|
|
"swoole/ide-helper": "~5.0.0",
|
|
"friendsofphp/php-cs-fixer": "^3.64.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"app\\": "app"
|
|
},
|
|
"psr-0": {
|
|
"": "extend/"
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"@php think service:discover",
|
|
"@php think vendor:publish"
|
|
]
|
|
},
|
|
"repositories": [
|
|
{
|
|
"description": "阿里云镜像",
|
|
"type": "composer",
|
|
"url": "https://mirrors.aliyun.com/composer/",
|
|
"canonical": false
|
|
},
|
|
{
|
|
"description": "Composer中文网镜像",
|
|
"type": "composer",
|
|
"url": "https://packagist.phpcomposer.com",
|
|
"canonical": false
|
|
}
|
|
]
|
|
}
|