-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
30 lines (30 loc) · 946 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
{
"name": "querformat/insert-translations",
"description": "Dieses Contao-Modul fügt im Backend den Menüpunkt Übersetzungen hinzu und ermöglicht darüber die Pflege von Übersetzungen als contao-eigene Insert-Tags.",
"keywords": ["inserttag","i18n","modules","translations","content","contao","querformat"],
"type": "contao-module",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Enrico Schiller",
"email": "schiller@querformat.info",
"homepage": "https://www.querformat.info",
"role": "Webdeveloper"
}
],
"support": {
"issues": "https://github.com/querformat/contao-insert-translations/issues",
"source": "https://github.com/querformat/contao-insert-translations"
},
"require": {
"php": ">=5.3.4",
"contao/core-bundle": "^4.4"
},
"extra": {
"contao": {
"sources": {
"src/insert-translations": "system/modules/insert-translations"
}
}
}
}