Add Symfony 5 support
... | ... | @@ -12,14 +12,13 @@ |
], | ||
"require": { | ||
"php": "^7.1", | ||
"symfony/serializer": "^3.0|^4.0", | ||
"symfony/serializer": "^3.0|^4.0|^5.0", | ||
"paragonie/random_compat": "*" | ||
}, | ||
"require-dev": { | ||
"elasticsearch/elasticsearch": "^7.0", | ||
"phpunit/phpunit": "~6.0", | ||
"squizlabs/php_codesniffer": "^3.0", | ||
"php-coveralls/php-coveralls": "^2.1" | ||
"squizlabs/php_codesniffer": "^3.0" | ||
}, | ||
"suggest": { | ||
"elasticsearch/elasticsearch": "This library is for elasticsearch/elasticsearch client to enhance it with DSL functionality." | ||
... | ... |
Please register or sign in to comment