This commit is contained in:
vikas srivastava 2012-09-21 14:15:59 -07:00
commit d96c2f7819
1 changed files with 22 additions and 0 deletions

22
composer.json Normal file
View File

@ -0,0 +1,22 @@
{
"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",
},
{
"name": "Carlos Barberis",
}
],
"require":
{
"silverstripe/framework": "3.*"
}
}