Skip to content

Commit

Permalink
Add Symfony 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
saimaz committed Feb 5, 2020
1 parent 59f9e44 commit 370693d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@
],
"require": {
"php": "^7.0",
"symfony/serializer": "^3.0|^4.0",
"symfony/serializer": "^3.0|^4.0|^5.0",
"paragonie/random_compat": "*"
},
"require-dev": {
"elasticsearch/elasticsearch": "^6.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."
Expand Down

0 comments on commit 370693d

Please sign in to comment.