installed.json
2.7 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"packages": [
{
"name": "campaignmonitor/createsend-php",
"version": "v6.1.2",
"version_normalized": "6.1.2.0",
"source": {
"type": "git",
"url": "https://github.com/campaignmonitor/createsend-php.git",
"reference": "922cec7fbc9da1508c18156db7693a6ddad7194e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/campaignmonitor/createsend-php/zipball/922cec7fbc9da1508c18156db7693a6ddad7194e",
"reference": "922cec7fbc9da1508c18156db7693a6ddad7194e",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"simpletest/simpletest": "~1.1.3"
},
"time": "2021-10-02T04:57:43+00:00",
"type": "library",
"installation-source": "dist",
"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",
"csrest_journeys.php",
"csrest_journey_emails.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Toby Brain",
"email": "tobio85@gmail.com",
"role": "Developer"
}
],
"description": "A php library which implements the complete functionality of the Campaign Monitor API.",
"homepage": "http://campaignmonitor.github.io/createsend-php/",
"keywords": [
"api",
"campaign",
"monitor"
],
"support": {
"issues": "https://github.com/campaignmonitor/createsend-php/issues",
"source": "https://github.com/campaignmonitor/createsend-php/tree/v6.1.2"
},
"install-path": "../campaignmonitor/createsend-php"
}
],
"dev": true,
"dev-package-names": []
}