-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
38 lines (38 loc) · 1.18 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
{
"name": "contaoacademy/contao-videohandbuch",
"description": "Contao Open Source CMS Videohandbuch für Redakteure. Die Schulungsvideos können direkt über das Backend von Contao abgespielt werden.",
"keywords": [
"contao",
"videohandbuch",
"handbuch",
"Anwender",
"Redakteure"
],
"type": "contao-module",
"license": "LGPL-3.0-or-later",
"homepage": "https://contao-academy.de/videohandbuch",
"authors": [
{
"name": "Contao Academy",
"homepage": "https://contao-academy.de"
}
],
"license": "LGPL-3.0-or-later",
"require": {
"php": "^7.4 || ^8.0",
"contao/core-bundle": "^4.13 || ^5.0"
},
"autoload": {
"psr-4": {
"Contaoacademy\\ContaoVideohandbuch\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Contaoacademy\\ContaoVideohandbuch\\ContaoManager\\Plugin"
},
"support": {
"issues": "https://github.com/contaoacademy/contao-videohandbuch/issues",
"docs": "https://contao-academy.de/videohandbuch",
"source": "https://github.com/contaoacademy/contao-videohandbuch/"
}
}