New : Added composer.json

Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirements.

For more information please visit at http://extension.openbees.org/instructions/
This commit is contained in:
vikas srivastava 2012-09-24 11:50:54 +05:30
parent 2a3e882d70
commit 2327fa3495
1 changed files with 17 additions and 0 deletions

17
composer.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "silverstripe-labs/fulltextsearch",
"description": "An attempt to add stable support for Fulltext Search
engines like Sphinx and Solr to SilverStripe CMS",
"type": "silverstripe-module",
"keywords": ["silverstripe-labs", "fulltextsearch", "search"],
"authors": [
{
"name": "Hamish Friedlander",
"email": "hamish@silverstripe.com"
}
],
"require":
{
"silverstripe/framework": "3.*"
}
}