forked from cloudgrayau/oopspam
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 1.26 KB
/
composer.json
File metadata and controls
46 lines (46 loc) · 1.26 KB
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": "cloudgrayau/oopspam",
"description": "OOPSpam Anti-Spam for Craft CMS",
"type": "craft-plugin",
"version": "1.5.1",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"oopspam",
"anti-spam",
"security"
],
"support": {
"docs": "https://github.com/cloudgrayau/oopspam",
"issues": "https://github.com/cloudgrayau/oopspam/issues"
},
"license": "MIT",
"authors": [
{
"name": "Cloud Gray Pty Ltd",
"homepage": "https://cloudgray.com.au/"
}
],
"require": {
"craftcms/cms": "^4.0|^5.0",
"php": "^8.0|^8.2",
"guzzlehttp/guzzle": "^7.0",
"cloudgrayau/utils": "^1.1"
},
"autoload": {
"psr-4": {
"cloudgrayau\\oopspam\\": "src/"
}
},
"extra": {
"name": "OOPSpam",
"handle": "oopspam",
"developer": "Cloud Gray Pty Ltd",
"developerUrl": "https://cloudgray.com.au/",
"documentationUrl": "https://github.com/cloudgrayau/oopspam/blob/craft4/README.md",
"changelogUrl": "https://raw.githubusercontent.com/cloudgrayau/oopspam/craft4/CHANGELOG.md",
"class": "cloudgrayau\\oopspam\\OOPSpam"
}
}