Add composer file

This commit is contained in:
Sam Minnee 2012-11-03 12:31:41 +13:00
parent 5036f9e93c
commit 6287085f8b
1 changed files with 16 additions and 0 deletions

16
composer.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "silverstripe/fulltextsearch",
"description": "Adds support for Fulltext Search engines like Sphinx and Solr to SilverStripe CMS",
"type": "silverstripe-module",
"keywords": ["silverstripe", "sphinx", "solr", "fulltext"],
"authors": [
{
"name": "Hamish Friedlander",
"email": "hamish@silverstripe.com"
}
],
"require":
{
"silverstripe/framework": "3.*"
}
}