| 1234567891011121314151617181920212223242526 |
- {
- "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"
- }
- },
- "extra": {
- "branch-alias": {
- "dev-master": "master"
- }
- }
- }
|