-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1.01 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
{
"name": "tangocard/raas",
"type": "library",
"description": "With this RESTful API you can integrate a global reward or incentive program into your app or platform. If you have any questions or if you'd like to receive your own credentials, please contact us at [email protected].",
"keywords": ["Tango Card RaaS v2 API","API","SDK"],
"homepage": "https://apimatic.io",
"license": "MIT",
"authors": [
{
"name": "APIMatic SDK Generator",
"email": "[email protected]",
"homepage": "https://apimatic.io",
"role": "API Tool"
}
],
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"mashape/unirest-php": "~3.0.1",
"apimatic/jsonmapper": "~1.3.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.7",
"phpunit/phpunit": "4.8.*"
},
"autoload": {
"psr-4": {
"RaasLib\\": "src/"
}
}
}