-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
31 lines (31 loc) · 887 Bytes
/
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
{
"name": "vse/browsehappy",
"type": "phpbb-extension",
"description": "Displays an Outdated Browser Banner on your phpBB forum's index page, visible only to Internet Explorer 6/7/8/9 users, to encourage them to upgrade to a modern browser.",
"homepage": "https://github.com/VSEphpbb/browsehappy",
"version": "2.0.2-dev",
"keywords": ["phpbb", "extension", "browsehappy", "internet", "explorer", "modern", "browser"],
"license": "GPL-2.0-only",
"authors": [
{
"name": "Matt Friedman",
"homepage": "http://vsephpbb.github.io",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Browse Happy",
"soft-require": {
"phpbb/phpbb": ">=3.1.2"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/browse_happy",
"filename": "version_check"
}
}
}