-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
30 lines (30 loc) · 1002 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
{
"name": "mobiweb/sdk",
"description": "4.0.3 PHP library for communicating with the MobiWeb REST APIs.",
"minimum-stability": "stable",
"keywords": [
"sms", "api", "mobiweb", "php", "messaging", "hlr", "hlr lookup", "mobile lookup", "mobile number lookup", "OTP", "one time password", "2FA", "two factor authentication", "smpp api", "smpp", "asynch"
],
"type": "library",
"license": "MIT",
"homepage": "https://api.solutions4mobiles.com/index.html",
"authors": [{
"name": "MobiWeb Tech Team",
"email": "[email protected]",
"homepage": "https://www.solutions4mobiles.com"
}],
"require": {
"php": ">=7.0.0",
"ext-curl": "*",
"ext-json": "*"
},
"support": {
"issues": "https://github.com/mobiweb/mobiweb-php/issues",
"source": "https://github.com/mobiweb/mobiweb-php"
},
"autoload": {
"psr-4": {
"MobiWeb\\": "src/MobiWeb/"
}
}
}