-
Notifications
You must be signed in to change notification settings - Fork 3
/
extension.json
77 lines (77 loc) · 1.75 KB
/
extension.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"id": "cron",
"name": "Cron",
"description": "An extension for automating tasks via the Symphony CMS Console extension.",
"repo": "https://github.com/pointybeard/cron.git",
"homepage": "https://github.com/pointybeard/cron",
"type": [
"Utility",
"Workflow"
],
"authors": [
{
"name": "Alannah Kearney",
"email": "[email protected]",
"homepage": "http://alannahkearney.com",
"role": "Developer"
}
],
"require": [
"console"
],
"releases": [
{
"version": "2.1.0",
"date": "2020-04-17",
"min": "2.7.10",
"max": "2.7.x"
},
{
"version": "2.0.0",
"date": "2019-06-11",
"min": "2.7"
},
{
"version": "1.1.0",
"date": "2018-09-23",
"min": "2.6"
},
{
"version": "1.0.3",
"date": "2018-09-22",
"min": "2.6"
},
{
"version": "1.0.2",
"date": "2016-05-20",
"min": "2.6"
},
{
"version": "1.0.1",
"date": "2015-07-28",
"min": "2.6"
},
{
"version": "1.0",
"date": "2015-05-26",
"min": "2.6"
},
{
"version": "0.1.1",
"date": "2009-08-18",
"min": "2.0.7",
"max": "2.0.x"
},
{
"version": "0.1",
"date": "2009-09-21",
"max": "2.0.6"
},
{
"version": "1.0.0",
"date": "2020-03-29",
"min": "2.7.10",
"max": "2.x.x"
}
]
}