-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
45 lines (45 loc) · 1.15 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
{
"name": "ournameismud/research",
"description": "Extending the native Craft search",
"type": "craft-plugin",
"version": "1.0.8",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"search",
"research",
"re-search"
],
"support": {
"docs": "https://github.com/ournameismud/research/blob/master/README.md",
"issues": "https://github.com/ournameismud/research/issues"
},
"license": "MIT",
"authors": [
{
"name": "@cole007",
"homepage": "http://ournameismud.co.uk/"
}
],
"require": {
"craftcms/cms": "^4.0.0"
},
"autoload": {
"psr-4": {
"ournameismud\\research\\": "src/"
}
},
"extra": {
"name": "Re-search",
"handle": "research",
"hasCpSettings": false,
"hasCpSection": true,
"changelogUrl": "https://raw.githubusercontent.com/ournameismud/research/master/CHANGELOG.md",
"components": {
"log": "ournameismud\\research\\services\\Log"
},
"class": "ournameismud\\research\\Research"
}
}