Skip to content

Commit

Permalink
Added pool suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Dec 25, 2016
1 parent eaf8dcd commit 0a2ebed
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -22,7 +22,8 @@
"suggest": {
"api-clients/middleware-cache": "Cache requests with different strategies",
"api-clients/middleware-log": "Log requests and their context",
"api-clients/middleware-oauth1": "Sign requests with oauth1"
"api-clients/middleware-oauth1": "Sign requests with oauth1",
"api-clients/middleware-pool": "Pool the maximum concurrent requests"
},
"autoload": {
"psr-4": {
Expand Down
91 changes: 45 additions & 46 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a2ebed

Please sign in to comment.