Skip to content

Commit 6fb180d

Browse files
committed
Travis changes.
1 parent dd967b4 commit 6fb180d

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

composer.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
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+
},
2525
"require-dev": {
2626
"phpbb/epv": "dev-master"
2727
},
28-
"extra": {
29-
"display-name": "Cron Status",
30-
"soft-require": {
28+
"extra": {
29+
"display-name": "Cron Status",
30+
"soft-require": {
3131
"phpbb/phpbb": "3.1.*@dev"
3232
},
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+
}
3939
}

0 commit comments

Comments
 (0)