-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 600 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (26 loc) · 600 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": "orderreminder/orderreminder",
"type": "thelia-module",
"description": "Send reminder emails to customers who placed an order X months ago",
"keywords": [
"thelia",
"module",
"order",
"reminder",
"email",
"marketing"
],
"authors": [
{
"name": "Delimard Thibault",
"email": "support@delimard.fr",
"homepage": "http://www.delimard.fr"
}
],
"require": {
"thelia/installer": "~1.1"
},
"extra": {
"installer-name": "OrderReminder"
}
}