This commit is contained in:
vikas srivastava 2012-11-01 14:33:34 -07:00
commit cb9aea4ff6
1 changed files with 16 additions and 0 deletions

16
composer.json Normal file
View File

@ -0,0 +1,16 @@
{
"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.*"
}
}