mirror of
https://github.com/rainerosion/DormitoryRepair.git
synced 2026-06-02 10:23:43 +08:00
24 lines
436 B
JSON
24 lines
436 B
JSON
{
|
|
"name": "submail/submail-php",
|
|
"description": "submail sdk.",
|
|
"type": "project",
|
|
"keywords": ["submail"],
|
|
"homepage": "http://submail.cn",
|
|
"license": "MIT",
|
|
"authors": [{
|
|
"name": "submail",
|
|
"email": "service@submail.cn"
|
|
}],
|
|
"autoload": {
|
|
"files": ["SUBMAILAutoload.php"]
|
|
},
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
}
|
|
}
|