forked from aszone/vulnerabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 971 Bytes
/
composer.json
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
{
"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": "lenonleite@gmail.com.br",
"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"
}
}