-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
28 lines (28 loc) · 851 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
{
"name": "phpboyscout/silverchimp",
"description": "Simple MailChimp Integration for SilverStripe",
"type": "silverstripe-module",
"keywords" : ["silverstripe", "mailchimp"],
"license" : "BSD-3-Clause",
"authors": [
{
"name": "Matt Cockayne",
"email": "[email protected]",
"homepage": "http://phpboyscout.uk",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/phpboyscout/SilverChimp/issues",
"wiki": "https://github.com/phpboyscout/SilverChimp/wiki",
"source": "https://github.com/phpboyscout/SilverChimp"
},
"require": {
"silverstripe/framework": "3.*",
"silverstripe/cms": "3.*"
},
"extra": {
"installer-name": "silverchimp"
}
}