-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
29 lines (29 loc) · 1019 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
{
"name": "christopherbolt/silverstripe-bolttools",
"type": "silverstripe-module",
"description": "Includes common tools and configuration used in ChristopherBolt.Com silverstripe sites.",
"homepage": "http://github.com/christopherbolt/bolttools",
"authors": [
{
"name": "Chris Bolt",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5",
"silverstripe/cms": "^3.3",
"silverstripe/framework": "^3.3",
"symbiote/silverstripe-gridfieldextensions": "1.4.*",
"wilr/silverstripe-googlesitemaps": "1.6.*",
"unclecheese/betterbuttons": "1.3.*",
"jonom/focuspoint": "2.4.*",
"sheadawson/silverstripe-linkable": "1.3.*",
"bummzack/sortablefile" : "1.2.*",
"christopherbolt/silverstripe-publishwithme": "dev-master",
"christopherbolt/silverstripe-contentmodules": "dev-master",
"colymba/gridfield-bulk-editing-tools": "2.1.*"
},
"extra": {
"installer-name": "bolttools"
}
}