mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-04-26 20:33:25 +00:00
25 lines
603 B
JSON
25 lines
603 B
JSON
{
|
||
"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"]
|
||
}
|
||
}
|