forked from campaignmonitor/createsend-php
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
34 lines (34 loc) · 962 Bytes
/
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
34
{
"name": "campaignmonitor/createsend-php",
"type": "library",
"description": "A php library which implements the complete functionality of the Campaign Monitor API.",
"keywords": ["campaign", "monitor", "api"],
"homepage": "http://campaignmonitor.github.io/createsend-php/",
"license": "MIT",
"authors": [
{
"name": "Toby Brain",
"email": "tobio85@gmail.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"lastcraft/simpletest": "~1.1"
},
"autoload": {
"classmap": [
"csrest_administrators.php",
"csrest_campaigns.php",
"csrest_clients.php",
"csrest_general.php",
"csrest_lists.php",
"csrest_people.php",
"csrest_segments.php",
"csrest_subscribers.php",
"csrest_templates.php"
]
}
}