-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomposer.json
47 lines (47 loc) · 1.1 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
{
"name": "dmzx/youtubegallery",
"type": "phpbb-extension",
"description": "This extension adds a new page to your phpBB3, on this page is possible add YouTube videos simply by submitting the video URL and watch the videos directly on your phpBB3.",
"homepage": "https://www.dmzx-web.net",
"version": "1.0.9",
"time": "2021-04-30",
"keywords": [
"phpbb",
"extension",
"youtubegallery"
],
"license": "GPL-2.0-only",
"authors": [
{
"name": "dmzx",
"homepage": "https://www.dmzx-web.net",
"email": "info@dmzx-web.net",
"role": "Extension Lead Developer"
},
{
"name": "_Vinny_",
"homepage": "http://vinny.github.io/",
"email": "vinny@suportephpbb.com.br",
"role": "Developer"
}
],
"require": {
"php": ">=7.1.3",
"composer/installers": "~1.0"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "Youtube Videos Gallery",
"soft-require": {
"phpbb/phpbb": ">=3.2.0,<4.0.0@dev"
},
"version-check": {
"host": "www.dmzx-web.net",
"directory": "/versions",
"filename": "youtubegallery_version.json",
"ssl": true
}
}
}