forked from PlasticStudio/Search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·39 lines (39 loc) · 1.08 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
{
"name": "csoellinger/silverstripe-ps-search",
"type": "silverstripe-vendormodule",
"description": "Search engine for Silverstripe websites - forked from plasticstudio/search which forked from jaedb/search",
"homepage": "https://github.com/CSoellinger",
"keywords": ["silverstripe","silverstripesearch"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "James Barnsley",
"homepage": "https://jamesbarnsley.co.nz",
"email": "james@barnsley.co.nz"
},
{
"name": "Jeremy Cole",
"homepage": "https://psdigital.co.nz",
"email": "jeremy@psdigital.co.nz"
},
{
"name": "Christopher Söllinger",
"homepage": "https://github.com/CSoellinger",
"email": "christopher.soellinger@gmail.com"
}
],
"support": {
"issues": "https://github.com/CSoellinger/SilverStripe-PlasticStudio-Search/issues"
},
"extra": {
"expose": [
"client"
]
},
"require": {
"silverstripe/cms": "^4",
"silverstripe/framework": "^4",
"silverstripe/vendor-plugin": "^1"
},
"minimum-stability": "dev"
}