Merge remote-tracking branch 'remotes/upstream/5.x' into 6.x
# Conflicts: # .travis.yml # composer.json # tests/Unit/Aggregation/Bucketing/DateRangeAggregationTest.php
No related branches found
No related tags found
... | ... | @@ -11,15 +11,14 @@ |
} | ||
], | ||
"require": { | ||
"php": ">=7.0", | ||
"symfony/serializer": "~3.0|~4.0", | ||
"paragonie/random_compat": "^2.0", | ||
"elasticsearch/elasticsearch": "~6.0" | ||
"php": "^7.0", | ||
"symfony/serializer": "^3.0|^4.0", | ||
"paragonie/random_compat": "^1.0|^2.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~6.0", | ||
"squizlabs/php_codesniffer": "~3.0", | ||
"satooshi/php-coveralls": "~2.0" | ||
"phpunit/phpunit": "^6.0", | ||
"squizlabs/php_codesniffer": "^3.0", | ||
"satooshi/php-coveralls": "^2.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment