forked from zelenin/sms_ru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (39 loc) · 920 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": "yii-dream-team/smsru",
"description": "PHP class for working with SMS.ru api by Yii Dream Team",
"type": "library",
"keywords": [
"sms",
"sms.ru",
"api"
],
"homepage": "http://yiidreamteam.com/php/smsru",
"license": "MIT",
"authors": [
{
"name": "Alexey Samoylov",
"email": "[email protected]",
"homepage": "http://yiidreamteam.com/team/alexey",
"role": "Developer"
},
{
"name": "Valentin Konusov",
"email": "[email protected]",
"homepage": "http://yiidreamteam.com/team/valentin",
"role": "Maintainer"
}
],
"support": {
"issues": "https://github.com/yii-dream-team/smsru/issues",
"source": "https://github.com/yii-dream-team/smsru"
},
"require": {
"php": ">=5.4.0",
"guzzlehttp/guzzle": "^6.0"
},
"autoload": {
"psr-4": {
"yiidreamteam\\smsru\\": "./src"
}
}
}