-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.01 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
{
"name": "phpbbseo/meta",
"type": "phpbb-extension",
"description": "This extension will add dynamic meta tags build out with the ending page’s content. ",
"homepage": "http://www.phpbb-seo.ir",
"version": "2.0.2-beta",
"keywords": ["phpbbSEO", "extension", "seo", "meta","auto tag"],
"time": "2020-04-20",
"license": "GPL-2.0",
"authors": [
{
"name": "Meis@M",
"email": "info@phpbb-seo.ir",
"homepage": "http://www.phpbb-seo.ir/",
"role": "Lead Developer"
},
{
"name": "dcz",
"role": "Previous Developer"
}
],
"require": {
"php": ">=7.1.0",
"composer/installers": "~1.0"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "Dynamic Meta Tags phpBB SEO",
"soft-require": {
"phpbb/phpbb": ">=3.2.0"
},
"version-check": {
"host": "phpbb-seo.github.io",
"directory": "/versions",
"filename": "meta.json",
"ssl": true
}
}
}