-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
51 lines (51 loc) · 1.3 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
{
"name": "phpbb/mediaembed",
"type": "phpbb-extension",
"description": "An official phpBB extension that allows users to embed content from allowed sites using a [media] BBCode, or from simply posting a supported URL in plain text.",
"homepage": "https://www.phpbb.com/customise/db/extension/mediaembed/",
"version": "2.0.2",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Marc Alexander",
"email": "[email protected]",
"homepage": "http://www.m-a-styles.de",
"role": "Extensions Team Consultant"
},
{
"name": "Michael Cullum",
"email": "[email protected]",
"homepage": "http://michaelcullum.com",
"role": "Extensions Team Consultant"
},
{
"name": "Matt Friedman",
"homepage": "https://imattpro.github.io",
"role": "Extensions Development Team Lead"
},
{
"name": "Ruslan Uzdenov",
"homepage": "http://www.phpbbguru.net",
"role": "Extensions Development Team"
}
],
"require": {
"php": ">=7.1.3",
"composer/installers": "~1.0"
},
"require-dev": {
"phing/phing": "~2.4"
},
"extra": {
"display-name": "phpBB Media Embed PlugIn",
"soft-require": {
"phpbb/phpbb": ">=3.3.2,<4.0.0@dev"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/mediaembed",
"filename": "version_check",
"ssl": true
}
}
}