This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
44 lines (43 loc) · 1.48 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "firesphere/newsmodule",
"description": "A ModelAdmin based newsmodule to prevent clutter in the SiteTree",
"type": "silverstripe-module",
"keywords": [
"silverstripe",
"news",
"blog",
"slideshow"
],
"license": "BSD-2-Clause",
"authors": [
{
"name": "Simon 'Sphere' Erkelens",
"email": "[email protected]",
"homepage": "http://casa-laguna.net",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/Firesphere/silverstripe-newsmodule/issues"
},
"require": {
"silverstripe/framework": "3.*",
"silverstripe/cms": "3.*",
"composer/installers": "*",
"colymba/gridField-bulk-editing-tools": "*",
"silverstripe-australia/gridfieldextensions": "*"
},
"suggest": {
"silverstripe/translatable": "If you need your stuff translated.",
"unclecheese/display-logic": "Hide some fields and show only if required.",
"colymba/gridfield-gallery-theme": "Wanna see the images in slideshow gridfield?",
"undefinedoffset/sortablegridfield": "Unfortunately you'll need this to get slideshow sortable with gallery theme.",
"wernerkrauss/folderperpage": "create a seperate folder for each news item.",
"kinglozzer/silverstripe-multiselectfield": "To use a multiselect-field instead of a checkboxset.",
"firesphere/silverstripe-geshiparser": "To be able to use parse bb-code style code examples."
},
"extra": {
"installer-name": "newsmodule"
},
"target-dir": "newsmodule"
}