Files
iplist/composer.json
2025-07-10 18:17:05 +03:00

33 lines
647 B
JSON

{
"name": "rekryt/iplist",
"authors": [
{
"name": "Rekryt",
"homepage": "https://github.com/rekryt"
}
],
"require": {
"opencck/server": "v1.0.0",
"amphp/dns": "^2.2",
"vlucas/phpdotenv": "^5.5",
"amphp/file": "^3.1",
"ext-fileinfo": "*",
"ext-libxml": "*"
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"OpenCCK\\": [
"src/"
]
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}