forked from Martimiz/silverstripe-languageprefix
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
27 lines (27 loc) · 831 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
{
"name": "martimiz/silverstripe-languageprefix",
"description": "Extends silverstripe-translatable to allow for (custom) language prefixes on multilingual sites.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "languageprefix", "cms", "multilingual", "i18n", "translatable", "localization", "globalization"],
"homepage": "https://github.com/Martimiz/silverstripe-languageprefix",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Martine Bloem (Martimiz)",
"email": "[email protected]"
}
],
"require":
{
"silverstripe/framework": "3.*",
"silverstripe/cms": "3.*",
"silverstripe/translatable": " 2.*"
},
"support":
{
"issues": "https://github.com/Martimiz/silverstripe-languageprefix/issues?state=open"
},
"extra": {
"installer-name": "languageprefix"
}
}