forked from ActiveCampaign/activecampaign-api-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 751 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 751 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
{
"name": "activecampaign/api-php",
"description": "Official PHP wrapper for the ActiveCampaign API.",
"keywords": ["activecampaign", "email-marketing", "newsletter", "marketing-automation", "subscribe", "forms", "emails", "automation"],
"homepage": "https://github.com/ActiveCampaign/activecampaign-api-php",
"time": "2017-04-26",
"type": "library",
"license": "MIT",
"support": {
"email": "help@activecampaign.com",
"issues": "https://github.com/ActiveCampaign/activecampaign-api-php/issues",
"forum": "http://feedback.activecampaign.com/forums/238014-feedback-ideas/category/78647-api"
},
"require": {
"php": ">=5.3.0",
"ext-curl": "*"
},
"autoload": {
"classmap": [
"includes/"
]
},
"minimum-stability": "stable"
}