forked from silverstripe/silverstripe-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (27 loc) · 891 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
{
"name": "silverstripe/blog",
"description": "The blog module allows you to post blogs on your SilverStripe. It includes the ability to post blogs using a site front-end form. Blogs are summarised on the blog holder page type, with more detail viewable when a specific blog is clicked.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "blog"],
"authors": [
{
"name": "Saophalkun Ponlu",
"email": "[email protected]"
},
{
"name": "Carlos Barberis",
"email": "[email protected]"
}
],
"require":
{
"silverstripe/cms": "~3.1"
},
"suggest":
{
"silverstripe/widgets": "Additional 'sidebar features', e.g. a list of recent posts and a tagcloud",
"silverstripe/comments": "Enable user comments on any page type, including blog posts",
"simplepie/simplepie": "Parse RSS feeds, required for the RSS widget"
},
"minimum-stability": "dev"
}