Skip to content
Snippets Groups Projects
Unverified Commit a0374fe1 authored by Simonas Šerlinskas's avatar Simonas Šerlinskas
Browse files

moving dependency to dev would brake BC

parent 44ea2aad
No related branches found
No related tags found
No related merge requests found
......@@ -13,13 +13,13 @@
"require": {
"php": ">=5.6",
"symfony/serializer": "~2.7|~3.0|~4.0",
"paragonie/random_compat": "^1.0|^2.0"
"paragonie/random_compat": "^1.0|^2.0",
"elasticsearch/elasticsearch": "~5.0"
},
"require-dev": {
"phpunit/phpunit": "~5.6",
"squizlabs/php_codesniffer": "~2.0",
"satooshi/php-coveralls": "~1.0|~2.0",
"elasticsearch/elasticsearch": "~5.0"
"satooshi/php-coveralls": "~1.0|~2.0"
},
"suggest": {
"elasticsearch/elasticsearch": "This library is for elasticsearch/elasticsearch client to enhance it with DSL functionality."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment