-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.15 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
{
"name": "backboneit/contao-multimedia-jwplayer",
"description": "JW-Player 5 integration into backboneIT multimedia extension for Contao CMS",
"keywords": [ "video", "player", "multimedia", "contao" ],
"type": "contao-module",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Oliver Hoff",
"email": "[email protected]",
"homepage": "http://hofff.com/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/backbone87/contao-multimedia-jwplayer/issues",
"forum": "https://community.contao.org/de/showthread.php?31508-backboneit_multimedia_jwplayer-JW-Player-Integration-f%FCr-Contao",
"irc": "irc://irc.freenode.org/contao.dev",
"source": "https://github.com/backbone87/contao-multimedia-jwplayer"
},
"require": {
"php": ">=5.3",
"contao/core": ">=2.11,<3",
"backboneit/contao-multimedia": ">=1.1,<2",
"contao-legacy/backboneit_dctableextended": ">=1,<2"
},
"replace": {
"contao-legacy/backboneit_multimedia_jwplayer": "*"
},
"extra": {
"contao": {
"sources": {
"TL_ROOT/system/modules/backboneit_multimedia_jwplayer": "system/modules/backboneit_multimedia_jwplayer"
}
},
"branch-alias": {
}
}
}