Skip to content

Commit eb6040e

Browse files
committed
Add Symfony 5 support
1 parent 09d1176 commit eb6040e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@
1212
],
1313
"require": {
1414
"php": "^7.1",
15-
"symfony/serializer": "^3.0|^4.0",
15+
"symfony/serializer": "^3.0|^4.0|^5.0",
1616
"paragonie/random_compat": "*"
1717
},
1818
"require-dev": {
1919
"elasticsearch/elasticsearch": "^7.0",
2020
"phpunit/phpunit": "~6.0",
21-
"squizlabs/php_codesniffer": "^3.0",
22-
"php-coveralls/php-coveralls": "^2.1"
21+
"squizlabs/php_codesniffer": "^3.0"
2322
},
2423
"suggest": {
2524
"elasticsearch/elasticsearch": "This library is for elasticsearch/elasticsearch client to enhance it with DSL functionality."

0 commit comments

Comments
 (0)