Files
iplist/composer.json
2025-07-02 20:40:13 +03:00

32 lines
620 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": "*"
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"OpenCCK\\": [
"src/"
]
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}