We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d1176 commit eb6040eCopy full SHA for eb6040e
composer.json
@@ -12,14 +12,13 @@
12
],
13
"require": {
14
"php": "^7.1",
15
- "symfony/serializer": "^3.0|^4.0",
+ "symfony/serializer": "^3.0|^4.0|^5.0",
16
"paragonie/random_compat": "*"
17
},
18
"require-dev": {
19
"elasticsearch/elasticsearch": "^7.0",
20
"phpunit/phpunit": "~6.0",
21
- "squizlabs/php_codesniffer": "^3.0",
22
- "php-coveralls/php-coveralls": "^2.1"
+ "squizlabs/php_codesniffer": "^3.0"
23
24
"suggest": {
25
"elasticsearch/elasticsearch": "This library is for elasticsearch/elasticsearch client to enhance it with DSL functionality."
0 commit comments