forked from GetResponse/getresponse-api-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 693 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 693 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
{
"name": "getresponse/getresponse",
"description": "GetResponse API v3 client library.",
"version": "0.0.2",
"homepage": "https://github.com/GetResponse/getresponse-api-php",
"keywords": ["GetResponse", "api", "email"],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Pawel Maslak",
"email": "pawel.maslak@getresponse.com"
},
{
"name": "Grzegorz Struczynski",
"email": "grzegorz.struczynski@getresponse.com"
}
],
"require": {
"php": ">=5.2.0",
"ext-curl": "*"
},
"autoload": {
"files": ["src/GetResponseAPI3.class.php"]
}
}