forked from silverstripe/silverstripe-fulltextsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.04 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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": "[email protected]"
},
{
"name": "Damian Mooyman",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"silverstripe/framework": "~3.1",
"monolog/monolog": "~1.15"
},
"require-dev": {
"silverstripe/cms": "~3.1",
"hafriedlander/silverstripe-phockito": "*"
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"suggest": {
"silverstripe/fulltextsearch-localsolr": "Adds a ready-to-use local Solr server for initial development"
},
"minimum-stability": "dev",
"license": "BSD-3-Clause"
}