From 95eabca7b81301f5e656d95e3106e01d8cdd08e9 Mon Sep 17 00:00:00 2001 From: vikas srivastava Date: Fri, 21 Sep 2012 16:32:11 +0530 Subject: [PATCH] New : Added composer.json Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. For more information please visit this page http://extension.openbees.org/instructions/ --- composer.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..3df0420 --- /dev/null +++ b/composer.json @@ -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.*" + } +} \ No newline at end of file