-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
42 lines (42 loc) · 1.05 KB
/
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
38
39
40
41
42
{
"$schema": "https://raw.githubusercontent.com/composer/composer/main/res/composer-schema.json",
"name": "dimaslanjaka/php-proxy-hunter",
"description": "PHP Proxy Hunter",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"simplehtmldom\\": "src/simplehtmldom/",
"PhpProxyHunter\\": "src/PhpProxyHunter"
},
"files": [
"data/webgl.php"
]
},
"authors": [
{
"name": "dimaslanjaka",
"email": "dimaslanjaka@gmail.com"
}
],
"require": {
"composer-plugin-api": "^2.3",
"annexare/countries-list": "^3.1",
"geoip2/geoip2": "^2.13",
"maxmind/web-service-common": "^0.9.0",
"google/apiclient": "^2.0",
"vlucas/phpdotenv": "^5.6",
"ext-curl": "*",
"ext-json": "*",
"ext-pdo": "*",
"ext-intl": "*",
"ext-fileinfo": "*",
"phpseclib/phpseclib": "~3.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"ramsey/uuid": "^4.0",
"php-curl-class/php-curl-class": "^9.19 || ^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0 || ^2.0"
}
}