Files
iplist/composer.json
2024-08-30 15:22:24 +03:00

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