-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcomposer.json
40 lines (40 loc) · 875 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "rmrevin/yii2-postman",
"description": "Mail module for Yii2.",
"keywords": [
"yii2",
"phpmailer",
"mail",
"email",
"sending",
"queue"
],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"minimum-stability": "stable",
"support": {
"issues": "https://github.com/rmrevin/yii2-postman/issues?state=open",
"wiki": "https://github.com/rmrevin/yii2-postman/wiki",
"source": "https://github.com/rmrevin/yii2-postman"
},
"authors": [
{
"name": "Revin Roman",
"email": "[email protected]",
"homepage": "http://rmrevin.ru/",
"role": "Founder and project lead"
}
],
"require": {
"yiisoft/yii2": "~2.0",
"phpmailer/phpmailer": "~v5.2"
},
"require-dev": {
"phpunit/phpunit": "^5.2"
},
"autoload": {
"psr-4": {
"rmrevin\\yii\\postman\\": ""
}
}
}