-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
34 lines (34 loc) · 927 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": "imi/imi_mm_changelanguage",
"description": "Enable Language Changer for Meta Models",
"keywords": [
"contao",
"metamodels",
"changelanguage"
],
"type": "contao-module",
"homepage": "http://www.imi-digital.de",
"license": "GPL-2.0",
"authors": [
{
"name": "iMi digital GmbH - Alexander Menk",
"email": "a.menk@imi.de",
"homepage": "http://www.imi-digital.de",
"role": "Developer"
}
],
"require": {
"php": ">=5.3",
"contao/core-bundle": "~3.5 || ~4.1",
"metamodels/core": "^2.0",
"terminal42/contao-changelanguage": ">=2.0",
"contao-community-alliance/composer-plugin": "^2.4 || ^3.0"
},
"extra": {
"contao": {
"sources": {
"contao": "system/modules/imi_mm_changelanguage"
}
}
}
}