forked from milkyway-multimedia/ss-send-this
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·26 lines (26 loc) · 835 Bytes
/
composer.json
File metadata and controls
executable file
·26 lines (26 loc) · 835 Bytes
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
{
"name" : "milkyway-multimedia/silverstripe-send-this",
"description" : "Another mailer for Silverstripe...",
"type" : "silverstripe-module",
"keywords" : ["silverstripe", "email"],
"license" : "MIT",
"authors" : [
{
"name" : "Mellisa Hankins",
"email": "mell@milkywaymultimedia.com.au"
}
],
"require" : {
"silverstripe/framework" : "~3.1",
"phpmailer/phpmailer" : "~5.2",
"guzzlehttp/guzzle" : "~4",
"tijsverkoyen/css-to-inline-styles": "dev-master"
},
"config" : {
"process-timeout": 600
},
"minimum-stability": "dev",
"extra" : {
"installer-name": "send-this"
}
}