-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
43 lines (43 loc) · 924 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
35
36
37
38
39
40
41
42
43
{
"name": "silverware/mailchimp",
"type": "silverstripe-vendormodule",
"description": "SilverWare MailChimp Module.",
"homepage": "https://github.com/praxisnetau/silverware-mailchimp",
"keywords": [
"silverware",
"mailchimp",
"newsletters",
"silverstripe"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Colin Tucker",
"role": "Developer",
"email": "[email protected]",
"homepage": "https://www.praxis.net.au"
}
],
"require": {
"php": ">=5.6.0",
"drewm/mailchimp-api": "^2.4",
"silverware/silverware": "^1.3",
"silverware/validator": "^1.1"
},
"autoload": {
"psr-4": {
"SilverWare\\MailChimp\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
},
"expose": [
"admin/client/dist",
"client/dist"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}