-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 958 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 958 Bytes
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
{
"name": "holycow/browserupdate",
"type": "phpbb-extension",
"description": "Displays a notification to notify the user that their browser outdated and that they should update their browser. Connects to browser-update.org to determine browser versions.",
"homepage": "https://github.com/HoLyCoWzOrZ/phpbb-ext-browserupdate",
"version": "1.0.0",
"keywords": [
"phpbb",
"extension",
"browserupdate",
"modern",
"browser"
],
"license": "GPL-2.0",
"authors": [
{
"name": "Darrell Dudics (a.k.a. HoLyCoW, a.k.a. HoLyCoWzOrZ)",
"email": "me@holycowzorz.com",
"homepage": "http://holycowzorz.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3"
},
"extra": {
"display-name": "Browser Update",
"soft-require": {
"phpbb/phpbb": ">=3.1.0,<3.2.*@dev"
}
}
}