silverstripe-fulltextsearch/composer.json

21 lines
531 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.0-beta1,<4.0"
},
"require-dev": {
"hafriedlander/phockito": "*",
"silverstripe/subsites": "*",
"silverstripe/cms": ">=3.1.0-beta1,<4.0"
}
}