|
1 | 1 | {
|
2 |
| - "name": "boardtools/cronstatus", |
3 |
| - "type": "phpbb-extension", |
4 |
| - "description": "Cron Status displays an overview of Board's Cron Jobs in Maintenance module of ACP. This extension also shows a notification on the main page of ACP when a cron job is locked (optionally). It shows the time when the cron task started and which cron task was the problem.", |
5 |
| - "homepage": "http://forumhulp.com", |
6 |
| - "version": "3.1.0-RC3", |
7 |
| - "keywords": ["boardtools", "forumhulp", "phpbb", "extension", "cron", "status"], |
8 |
| - "license": "GPL-2.0", |
9 |
| - "authors": [ |
10 |
| - { |
11 |
| - "name": "John Peskens", |
12 |
| - "email": "info@forumhulp.com", |
13 |
| - "role": "Developer" |
14 |
| - }, |
15 |
| - { |
16 |
| - "name": "Igor Lavrov", |
17 |
| - "homepage": "https://github.com/lavigor", |
18 |
| - "role": "Developer" |
19 |
| - } |
20 |
| - ], |
21 |
| - "require": { |
22 |
| - "php": ">=5.3.3", |
23 |
| - "phpbb/phpbb": "3.1.*@dev" |
24 |
| - }, |
| 2 | + "name": "boardtools/cronstatus", |
| 3 | + "type": "phpbb-extension", |
| 4 | + "description": "Cron Status displays an overview of Board's Cron Jobs in Maintenance module of ACP. This extension also shows a notification on the main page of ACP when a cron job is locked (optionally). It shows the time when the cron task started and which cron task was the problem.", |
| 5 | + "homepage": "http://forumhulp.com", |
| 6 | + "version": "3.1.0-RC3", |
| 7 | + "keywords": ["boardtools", "forumhulp", "phpbb", "extension", "cron", "status"], |
| 8 | + "license": "GPL-2.0", |
| 9 | + "authors": [ |
| 10 | + { |
| 11 | + "name": "John Peskens", |
| 12 | + "email": "info@forumhulp.com", |
| 13 | + "role": "Developer" |
| 14 | + }, |
| 15 | + { |
| 16 | + "name": "Igor Lavrov", |
| 17 | + "homepage": "https://github.com/lavigor", |
| 18 | + "role": "Developer" |
| 19 | + } |
| 20 | + ], |
| 21 | + "require": { |
| 22 | + "php": ">=5.3.3", |
| 23 | + "phpbb/phpbb": "3.1.*@dev" |
| 24 | + }, |
25 | 25 | "require-dev": {
|
26 | 26 | "phpbb/epv": "dev-master"
|
27 | 27 | },
|
28 |
| - "extra": { |
29 |
| - "display-name": "Cron Status", |
30 |
| - "soft-require": { |
| 28 | + "extra": { |
| 29 | + "display-name": "Cron Status", |
| 30 | + "soft-require": { |
31 | 31 | "phpbb/phpbb": "3.1.*@dev"
|
32 | 32 | },
|
33 |
| - "version-check": { |
34 |
| - "host": "forumhulp.com", |
35 |
| - "directory": "/ext", |
36 |
| - "filename": "index.php?id=28" |
37 |
| - } |
38 |
| - } |
| 33 | + "version-check": { |
| 34 | + "host": "forumhulp.com", |
| 35 | + "directory": "/ext", |
| 36 | + "filename": "index.php?id=28" |
| 37 | + } |
| 38 | + } |
39 | 39 | }
|
0 commit comments