silverstripe-fulltextsearch/composer.json

36 lines
874 B
JSON
Raw Normal View History

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"
2016-08-02 08:20:20 +02:00
},
{
"name": "Damian Mooyman",
"email": "damian@silverstripe.com",
"role": "Developer"
2012-11-03 00:31:41 +01:00
}
],
2013-05-07 18:44:25 +02:00
"require": {
"silverstripe/framework": "~3.1",
"monolog/monolog": "~1.15"
2013-05-07 18:44:25 +02:00
},
"require-dev": {
2013-09-02 00:10:14 +02:00
"silverstripe/cms": "~3.1",
2013-07-25 03:27:15 +02:00
"hafriedlander/silverstripe-phockito": "*"
},
2015-08-19 01:28:10 +02:00
"extra": {
"branch-alias": {
2016-11-15 23:22:06 +01:00
"dev-master": "2.3.x-dev"
2015-08-19 01:28:10 +02:00
}
},
"suggest": {
"silverstripe/fulltextsearch-localsolr": "Adds a ready-to-use local Solr server for initial development"
},
2015-11-19 06:52:29 +01:00
"minimum-stability": "dev",
"license": "BSD-3-Clause"
2012-11-03 00:31:41 +01:00
}