Merge branch '6.x'
No related branches found
No related tags found
Showing
- composer.json 10 additions, 7 deletionscomposer.json
- docs/Aggregation/Metric/TopHits.md 1 addition, 3 deletionsdocs/Aggregation/Metric/TopHits.md
- src/Aggregation/Bucketing/DateRangeAggregation.php 4 additions, 2 deletionssrc/Aggregation/Bucketing/DateRangeAggregation.php
- src/Aggregation/Metric/TopHitsAggregation.php 55 additions, 12 deletionssrc/Aggregation/Metric/TopHitsAggregation.php
- src/Query/Geo/GeoShapeQuery.php 18 additions, 2 deletionssrc/Query/Geo/GeoShapeQuery.php
- tests/Unit/Aggregation/Metric/TopHitsAggregationTest.php 1 addition, 1 deletiontests/Unit/Aggregation/Metric/TopHitsAggregationTest.php
- tests/Unit/Query/Geo/GeoShapeQueryTest.php 2 additions, 1 deletiontests/Unit/Query/Geo/GeoShapeQueryTest.php
... | @@ -11,15 +11,18 @@ | ... | @@ -11,15 +11,18 @@ |
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"php": ">=7.0", | "php": "^7.0", | ||
"symfony/serializer": "~3.0|~4.0", | "symfony/serializer": "^3.0|^4.0", | ||
"paragonie/random_compat": "^2.0", | "paragonie/random_compat": "^1.0|^2.0" | ||
"elasticsearch/elasticsearch": "~6.0" | |||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "~6.0", | "elasticsearch/elasticsearch": "^6.0", | ||
"squizlabs/php_codesniffer": "~3.0", | "phpunit/phpunit": "^6.0", | ||
"satooshi/php-coveralls": "~2.0" | "squizlabs/php_codesniffer": "^3.0", | ||
"satooshi/php-coveralls": "~1.0|~2.0" | |||
}, | |||
"suggest": { | |||
"elasticsearch/elasticsearch": "This library is for elasticsearch/elasticsearch client to enhance it with DSL functionality." | |||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-4": { | "psr-4": { | ||
... | ... |
Please register or sign in to comment