加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 603 Bytes
一键复制 编辑 原始数据 按行查看 历史
大卫 提交于 2020-02-23 19:49 . 从composer创建工程
{
"name": "ledccn/iyuuautoreseed",
"description": "IYUU自动辅种工具,目前能对国内大部分的PT站点自动辅种,支持下载器集群,支持多盘位,支持多下载目录,支持远程连接等。",
"type": "project",
"keywords": ["iyuu", "reseed"],
"homepage": "https://github.com/ledccn/IYUUAutoReseed",
"authors": [
{
"name": "David"
}
],
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"ext-curl": "*",
"curl/curl": "^2.2"
},
"autoload": {
"psr-4": {
"IYUU\\": "app/"
},
"files": ["app/helper.php"]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化