forked from symbiote/silverstripe-multisites
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 694 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (26 loc) · 694 Bytes
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
{
"name": "silverstripe-australia/silverstripe-multisites",
"description": "Allows for multiple websites to be managed through a single site tree.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "multisites", "subsites"],
"homepage": "http://github.com/silverstripe-australia/silverstripe-multisites",
"authors": [
{
"name": "Marcus Nyeholt",
"email": "marcus@silverstripe.com.au"
}
],
"require":
{
"composer/installers": "*",
"silverstripe/framework": "3.1.*",
"silverstripe/cms": "3.1.*",
"silverstripe/multivaluefield": "~2.0"
},
"extra": {
"installer-name": "multisites"
},
"replace": {
"sheadawson/silverstripe-multisites": "self.version"
}
}