-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 893 Bytes
/
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
{
"name": "spanjaan/wn-site-search-plugin",
"type": "winter-plugin",
"description": "This plugin adds global search capabiliies to WinterCMS.",
"homepage": "https://github.com/spanjaan/wn-site-search-plugin",
"keywords": ["winter", "wintercms", "sitesearch", "search", "winter cms"],
"license": "MIT",
"authors": [
{
"name": "Offline GmbH",
"homepage": "https://offline.ch/",
"role": "Original Author"
},
{
"name": "spanjaan",
"role": "Author"
}
],
"support": {
"issues": "https://github.com/spanjaan/wn-site-search-plugin/issues",
"source": "https://github.com/spanjaan/wn-site-search-plugin"
},
"require": {
"php": ">=7.0",
"composer/installers": "~1.0"
},
"extra": {
"installer-name": "sitesearch"
}
}