-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcomposer.json
58 lines (58 loc) · 1.29 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "phpbbseo/usu",
"type": "phpbb-extension",
"description": "This Extension will URL rewrite phpBB URLs in various manners, injecting, or not, forums and topic titles in their URLS, each URL being rewritten once, no matter the number of links using it on the page.",
"homepage": "http://www.phpBB-SEO.ir",
"version": "2.0.2",
"keywords": [
"phpbbSEO",
"extension",
"seo",
"Friendly URL"
],
"time": "2021-01-07",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Meis@M",
"email": "[email protected]",
"homepage": "http://www.phpBB-SEO.ir/",
"role": "Lead Developer"
},
{
"name": "Dark❶ [dark1]",
"email": "[email protected]",
"homepage": "https://dark1.tech",
"role": "Developer"
},
{
"name": "dcz",
"role": "Previous Developer"
},
{
"name": "Carlo",
"email": "[email protected]",
"homepage": "http://www.phpbbitalia.net/",
"role": "Previous Developer"
}
],
"require": {
"php": ">=5.4.7",
"composer/installers": "~1.0"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "Ultimate phpBB SEO Friendly URL",
"soft-require": {
"phpbb/phpbb": ">=3.2"
},
"version-check": {
"host": "phpbb-seo.github.io",
"directory": "/versions",
"filename": "usu.json",
"ssl": true
}
}
}