mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 08:34:15 +03:00
30 lines
561 B
JSON
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
|
|
}
|
|
}
|
|
}
|