28 lines
718 B
JSON
28 lines
718 B
JSON
{
|
|
"name": "maker-dave/opensearch-ingest",
|
|
"description": "Pull remote log files from S3 and inject new lines into local OpenSearch or analysis",
|
|
"type": "project",
|
|
"version": "1.0",
|
|
"require": {
|
|
"php": "^8.1",
|
|
"ext-curl": "*",
|
|
"ext-zip": "*",
|
|
"aws/aws-sdk-php": "^3.314",
|
|
"vlucas/phpdotenv": "^5.6",
|
|
"ip2location/ip2location-php": "^8.3",
|
|
"jaybizzle/crawler-detect": "^1.3"
|
|
},
|
|
"license": "private",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MakerDave\\OpenSearchIngest\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "david-fairbanks42",
|
|
"email": "david@makerdave.com"
|
|
}
|
|
]
|
|
}
|