forked from flowroute/flowroute-sdk-v3-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·32 lines (32 loc) · 1.26 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
{
"name": "apimatic/flowroutenumbersandmessaging",
"type": "library",
"description": "The Flowroute APIs are organized around REST. Our APIs have resource-oriented URLs, support HTTP Verbs, and respond with HTTP Status Codes. All API requests and responses, including errors, will be represented as JSON objects. You can use the Flowroute APIs to manage your Flowroute phone numbers including setting primary and failover routes for inbound calls, and sending text messages (SMS and MMS) using long-code or toll-free numbers in your account.",
"keywords": ["Flowroute Numbers and Messaging","API","SDK"],
"homepage": "https://apimatic.io",
"license": "MIT",
"authors": [
{
"name": "APIMatic SDK Generator",
"email": "support@apimatic.io",
"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"
},
"autoload": {
"psr-4": {
"FlowrouteNumbersAndMessagingLib\\": "src/"
}
}
}