Skip to content

Commit 23c2bd1

Browse files
committed
Update composer.json Metadata
1 parent 48533ba commit 23c2bd1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

composer.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "contaoacademy/contao-videohandbuch",
3-
"description": "Contao Open Source CMS Videohandbuch für Anwender",
3+
"description": "Contao Open Source CMS Videohandbuch für Redakteure. Wird direkt ins Backend von Contao integriert.",
44
"keywords": [
55
"contao",
66
"videohandbuch",
@@ -10,10 +10,11 @@
1010
],
1111
"type": "contao-module",
1212
"license": "LGPL-3.0-or-later",
13+
"homepage": "https://contao-academy.de/videohandbuch",
1314
"authors": [
1415
{
15-
"name": "Christian Feneberg",
16-
"homepage":"https://contao-academy.de"
16+
"name": "Contao Academy",
17+
"homepage": "https://contao-academy.de"
1718
}
1819
],
1920
"require": {
@@ -27,5 +28,10 @@
2728
"": "system/modules/contao_academy_client"
2829
}
2930
}
31+
},
32+
"support": {
33+
"issues": "https://github.com/contaoacademy/contao-videohandbuch/issues",
34+
"docs": "https://contao-academy.de/videohandbuch",
35+
"source": "https://github.com/contaoacademy/contao-videohandbuch/"
3036
}
3137
}

0 commit comments

Comments
 (0)