-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 876 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 876 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
33
34
35
36
37
{
"name": "forumhulp/errorpages",
"type": "phpbb-extension",
"description": "Error Pages displays Apache errors in your forums style.",
"homepage": "http://forumhulp.com",
"version": "3.1.2",
"keywords": [
"forumhulp",
"phpbb",
"extension",
"error",
"error pages"
],
"license": "GPL-2.0",
"authors": [
{
"name": "John Peskens",
"homepage": "http://forumhulp.com",
"email": "info@forumhulp.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3"
},
"extra": {
"display-name": "Error pages",
"soft-require": {
"phpbb/phpbb": ">=3.1.*"
},
"version-check": {
"host": "forumhulp.com",
"directory": "/versioncheck",
"filename": "error-pages"
}
}
}