-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.lock
111 lines (111 loc) · 3.79 KB
/
composer.lock
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "2d0cb50d78cf6309e49548509efc65c2",
"packages": [
{
"name": "drewm/mailchimp-api",
"version": "v2.5.3",
"source": {
"type": "git",
"url": "https://github.com/drewm/mailchimp-api.git",
"reference": "a6519cafba509e754e748d93f3532ad7f3aa515a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/drewm/mailchimp-api/zipball/a6519cafba509e754e748d93f3532ad7f3aa515a",
"reference": "a6519cafba509e754e748d93f3532ad7f3aa515a",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "7.0.*",
"vlucas/phpdotenv": "^2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"DrewM\\MailChimp\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Drew McLellan",
"email": "drew.mclellan@gmail.com",
"homepage": "http://allinthehead.com/"
}
],
"description": "Super-simple, minimum abstraction MailChimp API v3 wrapper",
"homepage": "https://github.com/drewm/mailchimp-api",
"time": "2019-03-28T15:20:43+00:00"
},
{
"name": "inn/wordpress-mailchimp-tools",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/INN/wordpress-mailchimp-tools.git",
"reference": "152f6a408e587f70fcfd9243bf1e8fa8dac9edcf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/INN/wordpress-mailchimp-tools/zipball/152f6a408e587f70fcfd9243bf1e8fa8dac9edcf",
"reference": "152f6a408e587f70fcfd9243bf1e8fa8dac9edcf",
"shasum": ""
},
"require": {
"drewm/mailchimp-api": "^2.5",
"php": ">=5.2.0"
},
"type": "library",
"autoload": {
"classmap": [
"inc/"
],
"files": [
"mailchimp-tools.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0"
],
"authors": [
{
"name": "INN Nerds",
"email": "nerds@inn.org",
"homepage": "http://nerds.inn.org",
"role": "Developer"
}
],
"description": "Collection of tools for authoring MailChimp newsletters via the WordPress dashboard",
"homepage": "https://nerds.inn.org/",
"keywords": [
"api",
"email"
],
"time": "2019-05-24T21:25:42+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"inn/wordpress-mailchimp-tools": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}