forked from octeth/sendloop-legacy-php-api-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 713 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 713 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
{
"name": "sendloop/sendloop",
"description": "Sendloop API Wrapper for PHP",
"keywords": ["sendloop", "octeth", "api"],
"type": "library",
"homepage": "https://sendloop.com",
"license": "GNU GPL v3",
"authors": [
{
"name": "Sendloop",
"homepage": "https://github.com/sendloop/php-api-wrapper/contributors"
}
],
"support": {
"issues": "https://github.com/sendloop/php-api-wrapper/issues",
"source": "https://github.com/sendloop/php-api-wrapper"
},
"require": {
"php": ">=5.2.0"
},
"autoload": {
"psr-4": {
"Sendloop\\": "src/Sendloop/"
}
},
"minimum-stability": "dev"
}