-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcomposer.json
37 lines (36 loc) · 944 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
37
{
"name": "aszone/search-hacking",
"type": "library",
"description": "AsZone Component - Search Hacking",
"keywords": ["search","dork","search hacking","hacker","php","hacking","google hacking","ghdb","bing","yandex","yahoo","dukedukego"],
"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",
"symfony/css-selector":"2.8",
"aszone/fakeheaders": "~0.1",
"aszone/proxyavenger": "~0.1"
},
"autoload": {
"psr-4": {
"Aszone\\SearchHacking\\": "src/",
"Aszone\\SearchHacking\\Test\\": "tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^5.6"
}
}