forked from putyourlightson/craft-sherlock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.33 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
{
"name": "supercool/craft-sherlock",
"description": "Security scanner and monitor to keep your site and CMS secure.",
"version": "3.2.0",
"type": "craft-plugin",
"homepage": "https://putyourlightson.com/plugins/sherlock",
"license": "proprietary",
"keywords": [
"craft",
"cms",
"craftcms",
"security",
"scanner",
"secure"
],
"require": {
"craftcms/cms": "^3.1.0",
"putyourlightson/craft-log-to-file": "^1.2.3"
},
"autoload": {
"psr-4": {
"putyourlightson\\sherlock\\": "src/"
}
},
"support": {
"docs": "https://putyourlightson.com/plugins/sherlock",
"source": "https://github.com/putyourlightson/craft-sherlock",
"issues": "https://github.com/putyourlightson/craft-sherlock/issues"
},
"extra": {
"name": "Sherlock",
"handle": "sherlock",
"developer": "PutYourLightsOn",
"developerUrl": "https://putyourlightson.com/",
"documentationUrl": "https://putyourlightson.com/plugins/sherlock",
"schemaVersion": "3.1.3",
"hasCpSettings": true,
"hasCpSection": true,
"changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-sherlock/v3/CHANGELOG.md",
"class": "putyourlightson\\sherlock\\Sherlock"
}
}