-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (33 loc) · 832 Bytes
/
composer.json
File metadata and controls
34 lines (33 loc) · 832 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
29
30
31
32
33
34
{
"name": "aszone/hacking",
"type": "library",
"description": "AsZone Component - Collection of libraries for hacking and pentest",
"keywords": ["hacking","wordpress","pentest","hacker","php","library"],
"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.3.9",
"guzzlehttp/guzzle":"~5.3",
"symfony/dom-crawler":"~2.8",
"respect/validation":"~1.0",
"aszone/fakeheaders": "~0.1",
"aszone/simple_html_dom": "~1.5"
},
"autoload": {
"psr-4": {
"Aszone\\Hacking\\": "src/"
}
},
"minimum-stability": "dev"
}