mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
37 lines
992 B
JSON
37 lines
992 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"
|
|
},
|
|
{
|
|
"name": "Damian Mooyman",
|
|
"email": "damian@silverstripe.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"silverstripe/framework": "~3.1",
|
|
"monolog/monolog": "~1.15"
|
|
},
|
|
"require-dev": {
|
|
"silverstripe/cms": "~3.1",
|
|
"hafriedlander/silverstripe-phockito": "*"
|
|
},
|
|
"extra": [],
|
|
"suggest": {
|
|
"silverstripe/fulltextsearch-localsolr": "Adds a ready-to-use local Solr server for initial development"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"license": "BSD-3-Clause"
|
|
}
|