meet/composer.json
2020-07-28 01:07:54 +08:00

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"
}
}
}