-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 950 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
{
"name":"wangaz/contao-accessible-html5-video-player",
"description":"Accessible HTML5 Video Player for Contao Open Source CMS",
"keywords":["contao", "video", "player", "accessible", "HTML5"],
"type":"contao-module",
"homepage":"https://wangaz.com",
"license":"CC-BY-SA-4.0",
"authors":[
{
"name":"wangaz.",
"homepage":"https://wangaz.com"
}
],
"support":{
"issues":"https://github.com/wangaz/contao-accessible-html5-video-player/issues",
"source":"https://github.com/wangaz/contao-accessible-html5-video-player",
"forum":"https://community.contao.org/de/showthread.php?54944"
},
"require":{
"php":">=5.3",
"contao/core":"~3.2"
},
"autoload": {
"classmap": ["src"]
},
"extra":{
"contao": {
"symlinks":{
"src/assets/accessible-html5-video-player":"assets/accessible-html5-video-player",
"src/system/modules/accessible-html5-video-player":"system/modules/accessible-html5-video-player"
}
}
}
}