forked from exploreimpact/contao-i18nl10n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 887 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
35
36
37
38
{
"name": "verstaerker/i18nl10n",
"type": "contao-module",
"description": "The simplest way to make and manage multi-language sites with Contao.",
"keywords": [
"Language",
"Multilingual",
"I18N",
"L10N",
"Isotope"
],
"homepage": "http://www.derverstaerker.ch",
"license": "LGPLv3",
"authors": [
{
"name": "Patric Eberle",
"email": "[email protected]",
"homepage": "http://www.derverstaerker.ch",
"role": "Developer"
}
],
"require": {
"php": ">=5.3",
"contao/core": ">=3.2-dev,<4-dev",
"contao-community-alliance/composer-plugin": "*",
"menatwork/contao-multicolumnwizard": ">=3.2.3,<4.0.0-dev"
},
"extra": {
"contao": {
"sources": {
"src/system/modules/i18nl10n": "system/modules/i18nl10n"
}
},
"branch-alias": {
"develop": "1.4.x-dev"
}
}
}