Added composer.json

This commit is contained in:
Ingo Schommer 2013-03-29 10:00:09 +01:00
parent 90a0e80667
commit 6613739d92
1 changed files with 21 additions and 0 deletions

21
composer.json Normal file
View File

@ -0,0 +1,21 @@
{
"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": "phalkunz@silverstripe.com"
},
{
"name": "Carlos Barberis",
"email": "carlos@silverstripe.com"
}
],
"require":
{
"silverstripe/cms": "~2.4"
}
}