mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add composer
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user