Commit 806ebc51 authored by shajiaiming's avatar shajiaiming

fix

parent 065b0a6f
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"keywords": ["search","client", "elasticsearch"], "keywords": ["search","client", "elasticsearch"],
"type": "library", "type": "library",
"license": "Apache-2.0", "license": "Apache-2.0",
"minimum-stability": "dev",
"authors": [ "authors": [
{ {
"name": "Zachary Tong" "name": "Zachary Tong"
...@@ -12,7 +13,7 @@ ...@@ -12,7 +13,7 @@
"require": { "require": {
"php": "^7.0", "php": "^7.0",
"ext-json": ">=1.3.7", "ext-json": ">=1.3.7",
"ringphp_33cn": "@dev", "ringphp_33cn": "2.0",
"psr/log": "~1.0" "psr/log": "~1.0"
}, },
"require-dev": { "require-dev": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment