1 Star 1 Fork 1

苦行 / swiftmailer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 872 Bytes
一键复制 编辑 原始数据 按行查看 历史
Fabien Potencier 提交于 2016-12-29 10:49 . Merge branch '5.x'
{
"name": "swiftmailer/swiftmailer",
"type": "library",
"description": "Swiftmailer, free feature-rich PHP mailer",
"keywords": ["mail","mailer","email"],
"homepage": "http://swiftmailer.org",
"license": "MIT",
"authors": [
{
"name": "Chris Corbyn"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"require": {
"php": ">=5.5.0",
"egulias/email-validator": "~2.0"
},
"require-dev": {
"mockery/mockery": "~0.9.1",
"symfony/phpunit-bridge": "~3.2"
},
"autoload": {
"files": ["lib/swift_required.php"]
},
"autoload-dev": {
"psr-0": {
"Swift_": "tests/unit"
}
},
"extra": {
"branch-alias": {
"dev-master": "6.0-dev"
}
}
}
PHP
1
https://gitee.com/qingxiaofee/swiftmailer.git
git@gitee.com:qingxiaofee/swiftmailer.git
qingxiaofee
swiftmailer
swiftmailer
master

搜索帮助