-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 905 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 905 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
{
"name": "bitslip6/bitfire",
"type": "library",
"description": "Enterprise firewall, stop all bot/spam and manual attacks. OWASP top 10, with bot whitelist in <2ms",
"keywords": ["firewall", "security", "spam", "bot", "headers", "xss", "sqli", "csrf", "waf"],
"homepage": "https://github.com/bitslip6/bitfire",
"readme": "README.md",
"license": "AGPL-3.0",
"authors": [
{
"name": "Cory Marsh",
"email": "info@bitfire.com",
"homepage": "http://bitslip6.com/",
"role": "Architect"
}
],
"support": {
"email": "info@bitfire.com",
"issues": "https://github.com/bitslip6/bitfire/issues",
"chat": "https://discord.com/channels/793172132191928341/793172132673880065",
"wiki": "https://github.com/bitslip6/bitfire/wiki"
},
"require": {
"php": "^7.0.33"
}
}