-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
43 lines (43 loc) · 973 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
41
42
43
{
"name": "yii-dream-team/yii2-sms-center",
"description": "Yii2 SMS Center",
"type": "yii-extension",
"keywords": [
"yii2",
"sms",
"text"
],
"homepage": "http://yiidreamteam.com/yii2/sms-center",
"license": "MIT",
"authors": [
{
"name": "Alexey Samoylov",
"email": "[email protected]",
"homepage": "http://yiidreamteam/team/alexey",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/yii-dream-team/yii2-sms-center/issues",
"source": "https://github.com/yii-dream-team/yii2-sms-center"
},
"minimum-stability": "dev",
"require": {
"php":">=5.4",
"yiisoft/yii2": "~2",
"yii-dream-team/smsru": "*",
"yii-dream-team/smspilot": "*",
"yarcode/epochta-sms": "1.1"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/yarcode/epochtasms.git"
}
],
"autoload": {
"psr-4": {
"yiidreamteam\\sms\\": "./src"
}
}
}