-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 832 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 832 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
38
{
"name": "phpbbseo/usu",
"type": "phpbb-extension",
"description": "phpBB SEO Ultimate SEO URL for phpBB 3.1",
"homepage": "http://www.phpbb-seo.com/",
"keywords": ["phpbbSEO", "extension", "seo", "USU"],
"version": "2.0.0-b2",
"time": "2014-09-12",
"license": "GPL-2.0",
"authors": [
{
"name": "dcz",
"email": "dcz@phpbb-seo.com",
"homepage": "http://www.phpbb-seo.com/",
"role": "Lead Developer"
},
{
"name": "Carlo",
"email": "carlo@phpbbitalia.net",
"homepage": "http://www.phpbbitalia.net/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3"
},
"extra": {
"display-name": "phpBB SEO Ultimate SEO URL",
"soft-require": {
"phpbb/phpbb": ">=3.1.0-RC2"
},
"version-check": {
"host": "version.phpbb-seo.com",
"directory": "/",
"filename": "usu.json"
}
}
}