Add Guzzle3 Client Adapter
Showing
... | @@ -19,7 +19,8 @@ | ... | @@ -19,7 +19,8 @@ |
"phpunit/phpunit": "~3.7", | "phpunit/phpunit": "~3.7", | ||
"squizlabs/php_codesniffer": "~1.4", | "squizlabs/php_codesniffer": "~1.4", | ||
"zendframework/zendframework1": "~1.12", | "zendframework/zendframework1": "~1.12", | ||
"satooshi/php-coveralls": "~1.0" | "satooshi/php-coveralls": "~1.0", | ||
"guzzlehttp/guzzle": "^3.8" | |||
}, | }, | ||
"suggest": { | "suggest": { | ||
"minimalcode/search": "Query builder compatible with Solarium, allows simplified solr-query handling" | "minimalcode/search": "Query builder compatible with Solarium, allows simplified solr-query handling" | ||
... | ... |
Please register or sign in to comment