opensearch-ingest/composer.json

26 lines
643 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",
"ip2location/ip2location-php": "^8.3"
},
"license": "private",
"autoload": {
"psr-4": {
"MakerDave\\ElasticPush\\": "src/"
}
},
"authors": [
{
"name": "david-fairbanks42",
"email": "david@makerdave.com"
}
]
}