mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
23 lines
501 B
JSON
23 lines
501 B
JSON
{
|
|
"name": "xiaomlove/nexusphp",
|
|
"description": "A private tracker server application base on NexusPHP.",
|
|
"type": "project",
|
|
"license": "GPL-2.0-only",
|
|
"authors": [
|
|
{
|
|
"name": "xiaomlove",
|
|
"email": "1939737565@qq.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Nexus\\": "nexus/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^7.2|^8",
|
|
"swiftmailer/swiftmailer": "^6.2",
|
|
"guzzlehttp/guzzle": "~6.0"
|
|
}
|
|
}
|