-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 757 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 757 Bytes
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
{
"name": "parseword/sfsquery",
"type": "library",
"description": "A PHP class to query the StopForumSpam API",
"keywords": ["stopforumspam","php"],
"homepage": "https://github.com/parseword/sfsquery/",
"readme": "https://github.com/parseword/sfsquery/blob/master/README.md",
"license": "Apache-2.0",
"authors": [
{
"name": "Shaun Cummiskey",
"email": "shaun@shaunc.com",
"homepage": "https://shaunc.com",
"role": "Developer"
}
],
"support": {
"docs": "https://github.com/parseword/sfsquery/"
},
"require": {
"php": ">=7.0"
},
"autoload": {
"psr-4": {
"parseword\\SFSQuery\\": "src"
}
}
}