-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.21 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
41
42
43
44
45
46
{
"name": "silverstripe/silverstripe-discoverer-search-ui",
"description": "Search UI and theme for the Discoverer search module",
"type": "silverstripe-vendormodule",
"license": "BSD-3-Clause",
"homepage": "https://github.com/silverstripeltd/silverstripe-discoverer-search-ui",
"keywords": [
"silverstripe",
"discoverer",
"search",
"user interface",
"ui",
"theme"
],
"authors": [
{
"name": "Christopher David Penny",
"email": "chris.penny@gmail.com"
},
{
"name": "Bernie Hamlin",
"email": "bernie@silverstripe.com"
},
{
"name": "Phillip King",
"email": "phillip.king@silverstripe.com"
}
],
"require": {
"silverstripe/framework": "^5",
"silverstripe/silverstripe-discoverer": "^2"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"php-http/discovery": true,
"silverstripe/vendor-plugin": true
}
},
"extra": {
"installer-name": "silverstripe-discoverer-search-ui",
"expose": [
"dist"
]
}
}