fix
Showing
... | @@ -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": { | ||
... | ... |
Please
register
or
sign in
to comment