Skip to content

Commit

Permalink
Readding composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
abdala authored Nov 2, 2016
1 parent 1fc8a84 commit cfbc1cf
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "aszone/vulnerabilities",
"type": "library",
"description": "AsZone Component - Avenger Vulnerabilities",
"keywords": ["attack","hacking","vulnerabilities","sql injection","check","lfd", "sqli", "Local File Download", "Local File Disclousure", "hacker"],
"homepage": "http://www.lenonleite.com.br",
"license": "MIT",
"authors": [
{
"name": "Lenon Leite",
"email": "[email protected]",
"homepage": "http://www.lenonleite.com.br"
},
{
"name": "ASZone",
"homepage": "https://www.aszone.com.br"
}
],
"require": {
"php": ">=5.6",
"guzzlehttp/guzzle":"~5.3",
"symfony/dom-crawler":"~2.8",
"respect/validation":"~1.0",
"aszone/fakeheaders": "~0.1",
"aszone/proxyavenger": "~0.1"
},
"autoload": {
"psr-4": {
"Aszone\\Vulnerabilities\\": "src/",
"Aszone\\Vulnerabilities\\Test\\": "tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^5.6"
}
}

0 comments on commit cfbc1cf

Please sign in to comment.