-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
63 lines (63 loc) · 1.54 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"$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",
"translations/ext"
]
},
"files": [
"data/webgl.php",
"src/hashers/CustomPasswordHasher.php"
]
},
"authors": [
{
"name": "dimaslanjaka",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/helpcenterio/country-codes"
}
],
"require": {
"brightnucleus/country-codes": "dev-master",
"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",
"twig/twig": "^3.0",
"erusev/parsedown": "^1.7",
"symfony/translation": "^5.4",
"symfony/yaml": "^5.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0 || ^2.0",
"phpunit/phpunit": "^9.6"
},
"config": {
"allow-plugins": {
"brightnucleus/country-codes": true
}
}
}