-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·33 lines (33 loc) · 1.01 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
{
"name": "restruct/silverstripe-newsgrid",
"description": "Manage News items from a Gridfield to prevent cluttering the sitetree",
"type": "silverstripe-vendormodule",
"keywords": [
"silverstripe",
"excludechildren",
"sitetree",
"gridfield",
"news",
"updates"
],
"license": "MIT",
"authors": [ { "name": "Restruct", "email": "[email protected]", "homepage": "https://restruct.nl" } ],
"require": {
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/framework": "^4.0",
"silverstripe/lumberjack": "^2.0.2",
"restruct/silverstripe-admintweaks": "@stable",
"restruct/silverstripe-featuredimages": "@stable"
},
"suggest": {
"restruct/silverstripe-filterablearchive": "Let readers filter newsitems by date, tag or category",
"restruct/silverstripe-softscheduler": "Schedule newsitems for automatic publication/expiry on specified dates"
},
"extra": {
"expose": [
"client/dist/css",
"client/images"
],
"installer-name": "newsgrid"
}
}