Merge pull request #466 from chadicus/fea/guzzle6-adapter
Add Guzzle 6 Adapter implementation
Showing
... | ... | @@ -20,7 +20,7 @@ |
"squizlabs/php_codesniffer": "~1.4", | ||
"zendframework/zendframework1": "~1.12", | ||
"satooshi/php-coveralls": "~1.0", | ||
"guzzlehttp/guzzle": "^3.8" | ||
"guzzlehttp/guzzle": "^3.8 || ^6.2" | ||
}, | ||
"suggest": { | ||
"minimalcode/search": "Query builder compatible with Solarium, allows simplified solr-query handling" | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment