forked from btccom/aliyun-direct-mail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 919 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
{
"name": "btccom/aliyun-direct-mail",
"description": "阿里云邮件推送 Aliyun Direct Mail for Laravel 5",
"keywords": ["laravel", "directmail", "aliyun", "阿里云", "邮件推送"],
"license": "MIT",
"authors": [
{
"name": "Tianzhao Li",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"illuminate/console": "~5",
"illuminate/support": "~5",
"phpunit/phpunit": "~4.5",
"illuminate/mail": "^5.4"
},
"autoload": {
"psr-4": {
"BTCCOM\\DirectMail\\": "src/",
"Dm\\": "src/aliyun-php-sdk-dm/Dm"
},
"files": [
"src/aliyun-php-sdk-dm/aliyun-php-sdk-core/Config.php"
]
},
"autoload-dev": {
"psr-4": {
"BTCCOM\\DirectMail\\Test\\": "test/"
}
}
}