Merge pull request #52 from vikas-srivastava/composer

Bug : Removed errors from Composer.json
This commit is contained in:
Will Rossiter 2012-09-29 21:53:26 -07:00
commit 391d43f296

View File

@ -1,17 +1,14 @@
{ {
"name": "silverstripe/blog", "name": "silverstripe/blog",
"description": "The blog module allows you to post blogs on your SilverStripe. "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.",
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", "type": "silverstripe-module",
"keywords": ["silverstripe", "blog"], "keywords": ["silverstripe", "blog"],
"authors": [ "authors": [
{ {
"name": "Saophalkun Ponlu", "name": "Saophalkun Ponlu"
}, },
{ {
"name": "Carlos Barberis", "name": "Carlos Barberis"
} }
], ],