forked from miserenkov/yii2-sms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 877 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
{
"name": "miserenkov/yii2-sms",
"description": "Yii2 component for sending SMS messages",
"keywords": ["yii2", "sms", "smsc", "smsc.ru", "smsc.ua"],
"type": "yii2-component",
"license": "MIT",
"support": {
"email": "[email protected]",
"issues": "https://github.com/miserenkov/yii2-sms/issues",
"source": "https://github.com/miserenkov/yii2-sms"
},
"authors": [
{
"name": "Misha Serenkov",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5.0",
"yiisoft/yii2": "^2.0.13",
"yiisoft/yii2-mongodb": "^2.1.2"
},
"autoload": {
"psr-4": {
"miserenkov\\sms\\": "src"
}
},
"require-dev": {
"codeception/codeception": "^2.2",
"codeclimate/php-test-reporter": "dev-master"
}
}