mirror of
https://github.com/kristuff/abuseipdb
synced 2025-07-05 20:42:03 -07:00
**Fixed** - Incorrect return type in `ApiResponse::getObject()` method (bug introduced in v0.9.8 with PHP strict types) - cleaning, typos
23 lines
530 B
JSON
23 lines
530 B
JSON
{
|
|
"name": "kristuff/abuseipdb",
|
|
"description": "A PHP wrapper for AbuseIPDB API v2",
|
|
"type": "library",
|
|
"keywords": ["abuseIPDB", "API"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Kristuff",
|
|
"homepage": "https://github.com/kristuff",
|
|
"email": "kristuff@kristuff.fr",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Kristuff\\AbuseIPDB\\": "lib/"
|
|
}
|
|
}
|
|
}
|