-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
46 lines (46 loc) · 996 Bytes
/
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
{
"name": "hofff/contao-multimedia-videojs",
"description": "VideoJS integration into hofff.com multimedia extension for Contao CMS",
"keywords": [
"video",
"player",
"multimedia",
"contao"
],
"type": "contao-module",
"license": "LGPL-3.0+",
"homepage": "https://hofff.com/",
"authors": [
{
"name": "Oliver Hoff",
"email": "[email protected]",
"homepage": "http://hofff.com/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/hofff/contao-multimedia-videojs/issues",
"source": "https://github.com/hofff/contao-multimedia-videojs"
},
"require": {
"php": "^5.6 || ^7.0",
"contao/core": "^3.5",
"contao-community-alliance/composer-plugin": "^2.0",
"hofff/contao-multimedia": "^3.0"
},
"replace": {
"backboneit/contao-multimedia-videojs": "self.version"
},
"autoload": {
"psr-0": {
"bbit": "src/"
}
},
"extra": {
"contao": {
"sources": {
"contao-module": "system/modules/hofff_multimedia_videojs"
}
}
}
}