forked from quantum-dragons/silverstripe-faq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.06 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
{
"name": "silverstripe/faq",
"description": "Provides Q&A pages and Solr-based search",
"type": "silverstripe-module",
"homepage": "https://github.com/silverstripe/silverstripe-faq",
"keywords": ["silverstripe", "search", "faq", "solr"],
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/silverstripe/silverstripe-faq/issues"
},
"authors": [
{
"name": "SilverStripe Ltd",
"homepage": "http://www.silverstripe.com"
},
{
"name": "Denise Rivera",
"homepage": "https://github.com/d-rivera-c"
}
],
"require": {
"undefinedoffset/sortablegridfield": "^0.6.0",
"silverstripe/fulltextsearch": "^2.1.0",
"silverstripe/taxonomy": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*@stable",
"hafriedlander/phockito": "dev-master"
},
"suggest": {
"silverstripe/fulltextsearch-localsolr": "For local testing of Solr"
},
"extra": {
"installer-name": "faq"
}
}