forked from campaignmonitor/createsend-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (38 loc) · 1.13 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
33
34
35
36
37
38
39
{
"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": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"simpletest/simpletest": "~1.1.3"
},
"autoload": {
"classmap": [
"csrest_administrators.php",
"csrest_campaigns.php",
"csrest_clients.php",
"csrest_general.php",
"csrest_events.php",
"csrest_lists.php",
"csrest_people.php",
"csrest_segments.php",
"csrest_subscribers.php",
"csrest_templates.php",
"csrest_transactional_classicemail.php",
"csrest_transactional_smartemail.php",
"csrest_transactional_timeline.php"
]
}
}