forked from BoardTools/cronstatus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.28 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "boardtools/cronstatus",
"type": "phpbb-extension",
"description": "Cron Status displays an overview of Board's Cron Jobs in Maintenance module of the ACP. This extension also shows a notification on the main page of the ACP when a cron job is locked (optionally). It shows the time when the cron task started and which cron task was the problem.",
"homepage": "https://github.com/BoardTools/cronstatus",
"version": "3.3.0",
"keywords": [
"boardtools",
"forumhulp",
"phpbb",
"extension",
"cron",
"status"
],
"license": "GPL-2.0-only",
"authors": [{
"name": "Leinad4Mind",
"role": "Developer"
},
{
"name": "Igor Lavrov",
"role": "Developer"
},
{
"name": "John Peskens",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "Cron Status",
"soft-require": {
"phpbb/phpbb": ">=3.1.0"
},
"version-check": {
"host": "boardtools.github.io",
"directory": "/cronstatus",
"filename": "cronstatus.json"
}
}
}