123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "yiisoft/yii2-swiftmailer",
- "description": "The SwiftMailer integration for the Yii framework",
- "keywords": ["yii2", "swift", "swiftmailer", "mail", "email", "mailer"],
- "type": "yii2-extension",
- "license": "BSD-3-Clause",
- "support": {
- "issues": "https://github.com/yiisoft/yii2-swiftmailer/issues",
- "forum": "http://www.yiiframework.com/forum/",
- "wiki": "http://www.yiiframework.com/wiki/",
- "irc": "irc://irc.freenode.net/yii",
- "source": "https://github.com/yiisoft/yii2-swiftmailer"
- },
- "authors": [
- {
- "name": "Paul Klimov",
- "email": "klimov.paul@gmail.com"
- }
- ],
- "require": {
- "yiisoft/yii2": ">=2.0.4",
- "swiftmailer/swiftmailer": "~6.0"
- },
- "repositories": [
- {
- "type": "composer",
- "url": "https://asset-packagist.org"
- }
- ],
- "autoload": {
- "psr-4": { "yii\\swiftmailer\\": "src" }
- },
- "extra": {
- "branch-alias": {
- "dev-master": "2.1.x-dev"
- }
- }
- }
|