-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 846 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 846 Bytes
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
{
"name": "intelecom/smsgw",
"type": "library",
"description": "PHP client library for Intelecom SMS Gateway",
"keywords": ["intelecom", "sms", "api", "smsgw", "gateway", "rest"],
"homepage": "http://intele.com/",
"license": "MIT",
"authors": [
{
"name": "Intelecom Group AS",
"email": "support.interactive@intele.com"
},
{
"name": "Andreas Häber",
"email": "andreas.haber@intele.com"
}
],
"require": {
"php": ">=5.2.1",
"tcdent/php-restclient": "^0.1.4"
},
"require-dev": {
"phing/phing": "2.*",
"mockery/mockery": ">=0.7.2",
"phpunit/phpunit": "4.5.*",
"phpdocumentor/phpdocumentor": "^2.8"
},
"autoload": {
"files": ["Intelecom/Intelecom_SMSGW.php"]
}
}