Skip to content

Commit 230dd4b

Browse files
committed
Add check update infos
1 parent 0a9870f commit 230dd4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nicofuma/webprofiler",
33
"type": "phpbb-extension",
44
"description": "An extension which allows you to consult the information generated by the profiler in the debug mode.",
5-
"homepage": "https://phpbb.com",
5+
"homepage": "https://www.phpbb.com",
66
"version": "1.0.0-b1",
77
"keywords": ["phpbb", "extension", "profiler", "debug"],
88
"license": "GPL-2.0",
@@ -21,6 +21,11 @@
2121
"display-name": "Web Profiler Extension",
2222
"soft-require": {
2323
"phpbb/phpbb": "3.1.*@dev"
24+
},
25+
"version-check": {
26+
"host": "nicofuma.github.io",
27+
"directory": "/",
28+
"filename": "webprofiler.json"
2429
}
2530
}
2631
}

0 commit comments

Comments
 (0)