Files
nexusphp/composer.json
2021-01-28 20:37:35 +08:00

28 lines
633 B
JSON

{
"name": "xiaomlove/nexusphp",
"description": "A private tracker 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",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-mysqli": "*",
"ext-json": "*",
"swiftmailer/swiftmailer": "^6.2",
"guzzlehttp/guzzle": "~6.0",
"imdbphp/imdbphp": "^6.4"
}
}