mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 08:34:15 +03:00
Initial commit
This commit is contained in:
29
composer.json
Normal file
29
composer.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user