composer.lock
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
74
75
76
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "ac95bee6727d63b7f76eeff290c1460c",
"content-hash": "14d0d7fbb4109cdf1d2e75483963ace9",
"packages": [
{
"name": "campaignmonitor/createsend-php",
"version": "v5.0.2",
"source": {
"type": "git",
"url": "https://github.com/campaignmonitor/createsend-php.git",
"reference": "05407e838eda316709d55011ad7328a679296988"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/campaignmonitor/createsend-php/zipball/05407e838eda316709d55011ad7328a679296988",
"reference": "05407e838eda316709d55011ad7328a679296988",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"lastcraft/simpletest": "~1.1"
},
"type": "library",
"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",
"csrest_transactional_classicemail.php",
"csrest_transactional_smartemail.php",
"csrest_transactional_timeline.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"
],
"time": "2016-07-19 18:49:32"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}