-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
32 lines (31 loc) · 1.06 KB
/
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
{
"name": "webbuilders-group/silverstripe-translatablerouting",
"description": "Extends SilverStripe Translatable module and replaces routing to enable multi-lingual urls",
"type": "silverstripe-module",
"keywords": ["silverstripe", "cms", "i18n", "localization", "globalization", "multilingual"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Ed Chipman",
"homepage": "http://webbuildersgroup.com",
"role": "Developer"
}
],
"require":
{
"php": ">=5.3.2",
"silverstripe/framework": "~3.2",
"silverstripe/cms": "~3.2",
"silverstripe/translatable": "~2.1",
"composer/installers": "*"
},
"support": {
"issues": "https://github.com/webbuilders-group/silverstripe-translatablerouting/issues"
},
"extra": {
"installer-name": "translatablerouting"
},
"suggest": {
"silverstripe/googlesitemaps": "Support for the Google Sitemaps XML system, with translatable routing proper multi-lingual support is added"
}
}