opensearch-ingest/composer.json
2024-06-14 10:35:03 -04:00

25 lines
596 B
JSON

{
"name": "maker-dave/elastic-push",
"description": "Pull remote log files from S3 and inject new lines into local elasticsearch or analysis",
"type": "project",
"version": "1.0",
"require": {
"php": "^8.1",
"ext-curl": "*",
"aws/aws-sdk-php": "^3.314",
"vlucas/phpdotenv": "^5.6"
},
"license": "private",
"autoload": {
"psr-4": {
"MakerDave\\ElasticPush\\": "src/"
}
},
"authors": [
{
"name": "david-fairbanks42",
"email": "david@makerdave.com"
}
]
}