Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Merge pull request #3 from ebussola/master
Browse files Browse the repository at this point in the history
added multiCall method for batch requests
  • Loading branch information
stephpy committed Feb 26, 2014
2 parents 1cdbe19 + 615d55e commit 97bf6ce
Show file tree
Hide file tree
Showing 10 changed files with 887 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bin
composer.lock
vendor
test/config.php
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
"php": ">=5.3.2"
},
"suggest": {
"guzzle/guzzle": "HTTP wrapper"
"guzzle/guzzle": "HTTP wrapper",
"guzzle/http": "Guzzle Adapter for http requests"
},
"require-dev": {
"guzzle/http": "3.*"
},
"suggest": {
"guzzle/http": "Guzzle Adapter for http requests"
"guzzle/http": "3.*",
"phpunit/phpunit": "3.7.32"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit 97bf6ce

Please # to comment.