-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
34 lines (34 loc) · 907 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": "novatio/silverstripe-sitelocales",
"description": "SiteConfig add-on to manage allowed locales from the CMS",
"homepage": "https://novat.io",
"license": "BSD-3-Clause",
"type": "silverstripe-module",
"keywords": ["silverstripe", "siteconfig", "locale"],
"authors": [
{
"name": "Gabrijel Gavranović",
"email": "[email protected]"
}
],
"require":
{
"silverstripe/framework": "~3.4",
"silverstripe/cms": "~3.4",
"silverstripe/siteconfig": "~3.4",
"silverstripe/translatable": "2.*",
"symfony/yaml": ">=2.0"
},
"suggest": {
"bummzack/translatable-dataobject": "Silverstripe Translatable extension for DataObjects"
},
"extra": {
"installer-name": "sitelocales"
},
"support":
{
"email": "[email protected]",
"issues": "https://github.com/novatio/silverstripe-sitelocales/issues"
},
"minimum-stability": "dev"
}