2012-11-03 00:31:41 +01:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2013-05-07 18:44:25 +02:00
|
|
|
"require": {
|
2013-05-08 06:45:38 +02:00
|
|
|
"silverstripe/framework": ">=3.1.0-beta1,<4.0"
|
2013-05-07 18:44:25 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2013-05-07 19:13:05 +02:00
|
|
|
"hafriedlander/phockito": "*",
|
|
|
|
"silverstripe/subsites": "*",
|
2013-05-08 06:45:38 +02:00
|
|
|
"silverstripe/cms": ">=3.1.0-beta1,<4.0"
|
2012-11-03 00:31:41 +01:00
|
|
|
}
|
|
|
|
}
|