mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
20 lines
483 B
JSON
20 lines
483 B
JSON
{
|
|
"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.1"
|
|
},
|
|
"require-dev": {
|
|
"hafriedlander/silverstripe-phockito": "*"
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|