-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
34 lines (34 loc) · 844 Bytes
/
extension.json
File metadata and controls
34 lines (34 loc) · 844 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
27
28
29
30
31
32
33
34
{
"id": "emailqueue",
"name": "Email Queue",
"description": "Extension for Symphony CMS that adds an email queue system.",
"repo": "https://github.com/pointybeard/emailqueue.git",
"homepage": "https://github.com/pointybeard/emailqueue",
"type": [
"Utility"
],
"authors": [
{
"name": "Alannah Kearney",
"email": "hi@alannahkearney.com",
"homepage": "http://alannahkearney.com",
"role": "Developer"
}
],
"require": [
"console",
"settings",
"numberfield",
"uuidfield",
"uniqueinputfield",
"selectbox_link_field"
],
"releases": [
{
"version": "0.1.0",
"date": "2020-02-22",
"min": "2.7.10",
"max": "2.x.x"
}
]
}