Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bitslip6 authored Dec 30, 2020
1 parent 9bfbaa8 commit c0c9699
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "bitslip6/bitfire",
"type": "application",
"description": "Enterprise bot/spam protection for PHP, XSS/SQLi, HTTP security headers, CSRF, grammer based parsing, <2ms processing time.",
"keywords": ["firewall","security", "headers", "xss", "sqli", "csrf", "waf"],
"homepage": "https://github.com/bitslip6/bitfire",
"license": "LGPL3",
"authors": [
{
"name": "Cory Marsh",
"email": "[email protected]",
"homepage": "http://bitslip6.com/",
"role": "Architect"
}
],
"require": {
"php": ">=7.1.0"
},
}

0 comments on commit c0c9699

Please sign in to comment.