| 123456789101112131415161718192021 |
- {
- "name": "mooses/elastic-php-adapter",
- "type": "library",
- "description": "Adapter to provide elasticsearch interface",
- "keywords": ["elasticsearch", "search"],
- "license": "MIT",
- "authors": [
- { "name": "Paolo Libertini", "email": "paolo.libertini@mooses.it" }
- ],
- "require": {
- "php": "^7.1",
- "ext-hash": "*",
- "ext-elasticsearch": "*"
- },
- "autoload": {
- "psr-0": {
- "Elastica": "lib/Elastica",
- "Elasticsearch": "lib/Elasticsearch"
- }
- }
- }
|