forked from smsapi/smsapi-php-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.04 KB
/
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
{
"name": "smsapi/php-client",
"description": "SMSAPI API PHP Client",
"homepage": "https://github.com/smsapi/smsapi-php-client",
"type": "library",
"license": "Apache-2.0",
"keywords": ["api client", "sms", "mms", "vms", "hlr", "url shortener", "smsapi", "smsapi.pl", "smsapi.com"],
"autoload": {
"psr-4": {
"Smsapi\\Client\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Smsapi\\Client\\Tests\\": "tests/"
}
},
"require": {
"php": "^7",
"ext-json": "*",
"psr/log": "^1",
"psr/http-message": "^1",
"guzzlehttp/guzzle": "^6"
},
"require-dev": {
"phpunit/phpunit": "^6",
"symfony/yaml": "^3",
"theodorejb/polycast": "^1",
"marc-mabe/php-enum": "^3",
"squizlabs/php_codesniffer": "^3",
"phing/phing": "^2.5",
"sebastian/phpcpd": "^3",
"phpcompatibility/php-compatibility": "^9",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4"
}
}